Jump to content

paul

Admin
  • Posts

    5611
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by paul

  1. My site 1 is loading, regardless of which redirect I choose. Here are my redirects settings;

     

    http://externel.ip.address:9800/ = http://Site1.no-ip.org:9800/

    mask URL=on

     

    http://external.ip.address:9800/site2/ = http://site2.no-ip.org:9800/

    mask URL = on

     

    http://external.ip.address:9800/site3/ = http://site3.no-ip.org:9800/

    mask URL = on

     

    ok I don't understand this bit .... what are the redirects for ??

     

    have a look at /var/log/httpd/error (and other in that directory)

    also you may need to make changes to /etc/httpd/conf/commonhttpd.conf but I didn't

    the only time I have touch commonhttpd.conf is when I was hosting outside /var/www/html ... then I had to make a <Directory> entry in commonhttpd.conf for the directory I wanted to use

  2. apache virtual hosting

    example :

    <VirtualHost 202.27.218.97>
    
           DocumentRoot /var/www/html/rentworld.co.nz
    
           ServerName rentworld.co.nz
    
           ServerAlias www.rentworld.co.nz
    
           CustomLog logs/rentworld.co.nz-access_log combined
    
    </VirtualHost>
    
    
    
    <VirtualHost 202.27.218.97>
    
           DocumentRoot /var/www/html/thewebb.co.nz
    
           ServerName thewebb.co.nz
    
           ServerAlias www.thewebb.co.nz
    
           ServerAlias thewebb.net.nz
    
           ServerAlias www.thewebb.net.nz
    
           CustomLog logs/thewebb.co.nz-access_log combined
    
    </VirtualHost>

  3. I've tried it .. I liked it .. although it seemed to lack the maturity of other distros

     

    I will support it !!! :P

    I have sheep in the neibourhood !!! :P

    No I don't sleep with the afore mentioned sheep :P

     

    thats enuff from me before JaseP *Tang Soo Do*'s my a$$ :#:

  4. under the section "Monitor" of /etc/X11/XF86Config-4

    put this

    Gamma 2.0 2.0 2.0

     

    here is my monitor section

    Section "Monitor"
    
       Identifier "monitor1"
    
       VendorName "Philips"
    
       ModelName "Philips 107E4"
    
       HorizSync 30.0-70.0
    
       VertRefresh 50.0-160.0
    
       Gamma 1.0 1.0 1.0
    
    
    
       # Sony Vaio C1(X,XS,VE,VN)?
    
       # 1024x480 @ 85.6 Hz, 48 kHz hsync
    
       ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync
    
    
    
       # TV fullscreen mode or DVD fullscreen output.
    
       # 768x576 @ 79 Hz, 50 kHz hsync
    
       ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
    
    
    
       # 768x576 @ 100 Hz, 61.6 kHz hsync
    
       ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
    
    EndSection

  5. incase it IS your hostname .. it can be changed permanently here:

    /etc/sysconfig/network

    example:

    [paul@dozer paul]$ cat /etc/sysconfig/network
    
    GATEWAYDEV=eth0
    
    NETWORKING=yes
    
    FORWARD_IPV4=false
    
    HOSTNAME=dozer.loudas.com
    
    DOMAINNAME=loudas.com
    
    GATEWAY=192.168.1.1

     

    then restart networking

    service network restart

  6. firstly it may not be your hostname

    hostname

    will return you complete hostname

     

    heres mine

    paul@trinity paul $ hostname 
    
    trinity.loudas.com
    
    paul@trinity paul $

     

    it could be your bash settings. Your bash prompt (PS1) should be set to something like this

    [33[01;32m]u@h [33[01;34m]W $ [33[00m]

     

    you can check by doing this

    echo $PS1

     

    is it is radically different then change it like this

    export PS1=[33[01;32m]u@h [33[01;34m]W $ [33[00m]

×
×
  • Create New...