[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Virtual Hosts help please!



I am a newbie apache administrator stepping into the shoes of my
predecessor!!

We are running Apache version 2.0.44 as far as I can tell

We have access to Webmin for administrating this as well as root log in
using SSH

The problem relates to virtual hosts - our main host www.school is fine -
and we have phpNuke running successfully on this

any scripts running on huhu.school (a virtual host) seem to take ages to
process and time out - especially using admin.php to log into nuke - this
just never completes processing.

I am not sure what files would be useful for people to look at to see if
they can help at all - but I have posted my Vhosts.conf file below (an
extract from it)

Please can someone help!

Thanks

Andy


############################################
############ Huhu.School ##############
############################################
<Directory /var/www/huhu.school/htdocs>
    AllowOverride All
    <IfModule mod_access.c>
      Order allow,deny
      Allow from all
    </IfModule>
</Directory>

<Directory /var/www/huhu.school/cgi-bin>
    AllowOverride All
    Options ExecCGI
    <IfModule mod_access.c>
      Order allow,deny
      Allow from all
    </IfModule>
</Directory>

<VirtualHost 192.168.0.145>
	ServerAdmin andy@angelsolutions.co.nz
	DocumentRoot /var/www/huhu.school/htdocs
	ServerName huhu.school
	ErrorLog /var/log/httpd/huhu_error_log
	ScriptAlias /cgi-bin/ "/var/www/huhu.school/cgi-bin/"
	Setenv VLOG /var/log/httpd/huhu_access_log
</VirtualHost>




Reply to: