I have a test apache install with several Virtual hosts, I am trying to
install myPhpAdmin in a directory off of /var/www but I can not get it to be
recognized (404 error)
the virtual host contents are in directories off of /var/www (i.e. /var/www/
www.myurl.com and /var/www/phpMyAdmin-3.4.3.1-english
The server is working correctly and serving the appropriate domains, I just
can not get www.myurl.com/phpMyAdmin-3.4.3.1-english to work......
Any help would be great......
ServerAdmin *********************
ServerName www.myurl.com
DirectoryIndex index.html #index.mhtml
DocumentRoot /var/www/www.myurl.com
AddType text/html .html #.mhtml
# Set Perl Variable SiteName with name of site for handler.pl
#PerlSetVar site myurl
#PerlRequire /var/www/handler.pl
#SetHandler perl-script
#PerlHandler HTML::Mason
AllowOverride All
Options None
Order allow,deny
Allow from all
ScriptAlias /cgi-bin/ "/var/www/www.myurl.com/cgi-bin/"
AllowOverride All
Options None
Order allow,deny
Allow from all
ErrorLog syslog:local1
ErrorLog /var/log/httpd/www.myurl.com.error
CustomLog /var/log/httpd/www.myurl.com.access common
.
.
.