[Info-vax] An Apache web server question

James Evens evens at ilstu.edu
Thu May 24 09:39:06 EDT 2012


I am wondering if anyone on the list has worked with Apache on OpenVMS?  
We are moving from OSU on Alpha
to Apache on IA64.

I am trying to bring in document trees on other volume that are not in 
the document root.

The HTTPD.CONF has the following lines in it:

DocumentRoot "/apache$root/htdocs/manual"
alias /teca  "/TEC$DKE0/TECA/WEBSITE"

with

<Directory /TEC$DKE0/teca/website>
     Options Indexes FollowSymLinks
     AllowOverride None
</Directory>

These are some of the modules that are loaded:

#LoadModule imap_module         modules/mod_imap.exe
LoadModule actions_module       modules/mod_actions.exe
LoadModule alias_module         modules/mod_alias.exe
LoadModule userdir_module       modules/mod_userdir.exe
LoadModule rewrite_module       modules/mod_rewrite.exe
#LoadModule proxy_module        modules/mod_proxy.exe
#LoadModule proxy_connect_module modules/mod_proxy_connect.exe
#LoadModule proxy_ftp_module    modules/mod_proxy_ftp.exe
#LoadModule proxy_http_module   modules/mod_proxy_http.exe
LoadModule access_module        modules/mod_access.exe
#LoadModule auth_module         modules/mod_auth.exe
#LoadModule kerb_auth_module    modules/mod_auth_kerb.exe
#LoadModule ldap_module         modules/mod_ldap.exe
#LoadModule auth_ldap_module    modules/mod_auth_ldap.exe
LoadModule unique_id_module     modules/mod_unique_id.exe
LoadModule setenvif_module      modules/mod_setenvif.exe
#LoadModule suexec_module       modules/mod_suexec.exe

but when I try to access 10.87.111.2/teca it throws a http 404 page not 
found error.

the error log has a line
[Thu May 24 08:24:40 2012] [error] [client 10.67.2.76] File does not 
exist: /TEC$DKE0/TECA

The error log does not list tec$dke0:[teca.website] just tec$dke0:[teca] 
not sure why.

Thought I would check the list to see if anyone has had experience 
trying to bring a document tree
into the document root?  This did not seem difficult using OSU.

Thanks,

Jim Evens




More information about the Info-vax mailing list