[wellylug] Website not visible (config file)
John Durham
johndurh at spunge.org
Wed Jan 31 12:03:34 NZDT 2007
Here are the contents of modecideas.conf as suggested to aid
debugging...
NameVirtualHost *
<VirtualHost *>
ServerAdmin webmaster at modecideas.com
DocumentRoot /var/www/modecideas.com
<Directory />
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
AddHandler cgi-script .cgi .pl
ScriptAlias /cgi-bin/ /var/www/modecideas.com/cgi-bin/
<Location "/cgi-bin/">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Location>
</VirtualHost>
Alias /imgs/ "/var/www/modecideas.com/imgs"
Redirect permanent /images http://modecideas.com/imgs
ErrorLog /var/log/apache2/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog /var/log/apache2/access.log combined
ServerSignature On
Alias /icons/ /usr/share/apache2/icons/
<Directory "/usr/share/apache2/icons">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
# Alias /doc/ "/usr/share/doc/"
# RedirectMatch ^/doc/apache2-doc/manual(.*)$ /manual$1
# <Directory "/usr/share/doc/">
# Options Indexes MultiViews FollowSymLinks
# AllowOverride None
# Order deny,allow
# Deny from all
# Allow from 127.0.0.0/255.0.0.0 ::1/128
# </Directory>
# To use CGI scripts outside /cgi-bin/:
#
#AddHandler cgi-script .cgi
<Location /cgi-bin>
Options +ExecCGI
AddHandler cgi-script .cgi .pl
</Location>
--
John Durham
Site http://modecideas.com
Server hosted on Ubuntu 4.10
Good advice is like good paint. It only works when applied.
More information about the wellylug
mailing list