I realize that but it is the configuration I need to test... there is a /var/www/html, but it is not used
IIRC the default root location for documents is /var/www/html not /var/www.
I have a test apache install with several Virtual hosts, I am trying to/var/www/www.myurl.com <http://www.myurl.com> and
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.<http://www.myurl.com/phpMyAdmin-3.4.3.1-english> to work......
/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-englishServerName www.myurl.com <http://www.myurl.com>
Any help would be great......
<VirtualHost *:80>
ServerAdmin *********************DocumentRoot /var/www/www.myurl.com <http://www.myurl.com> <http://handler.pl>
DirectoryIndex index.html #index.mhtml
#PerlSetVar site myurl
#PerlRequire /var/www/handler.pl <http://handler.pl><http://www.myurl.com/cgi-bin/>"
<LocationMatch "(\.html|\.txt|\.pl|\.mhtml|dhandler|autohandler)$">
#SetHandler perl-script
#PerlHandler HTML::Mason
</LocationMatch>
<DirectoryMatch "/var/www/phpMyAdmin-3.4.3.1-english">
AllowOverride All
Options None
Order allow,deny
Allow from all
</DirectoryMatch>
ScriptAlias /cgi-bin/ "/var/www/www.myurl.com/cgi-bin/
<Directory "/var/www/www.myurl.com/cgi-bin <http://www.myurl.com/cgi-bin>">---------------------------------------------------
AllowOverride All
Options None
Order allow,deny
Allow from all
</Directory>
ErrorLog syslog:local1
ErrorLog /var/log/httpd/www.myurl.com.error
CustomLog /var/log/httpd/www.myurl.com.access common
</VirtualHost>
<VirtualHost *.80>
.
.
.
</VirtualHost>
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss