Operating System - HP-UX
1831309 Members
3371 Online
110023 Solutions
New Discussion

Problem with apache web server in Virutl Vault 4.5

 
SOLVED
Go to solution
Marcelo De Florio_1
Frequent Advisor

Problem with apache web server in Virutl Vault 4.5

I have a problem to access at web server apache in the outside, i tusc the process of web server, so the output is the following:
[2139] stat("/var/opt/vaultTS/outside/app", 0x40034268) ......................................................................................... ERR#2 ENOENT
[2139] stat("/var/opt/vaultTS/outside", 0x40034268) ............................................................................................. ERR#2 ENOENT
[2139] stat("/var/opt/vaultTS", 0x40034268) ..................................................................................................... ERR#2 ENOENT
[2139] stat("/var/opt", 0x40034268) ............................................................................................................. ERR#2 ENOENT
[2139] stat("/var", 0x40034268) ................................................................................................................. ERR#2 ENOENT
[2139] open("/var/opt/vaultTS/outside/app/", O_RDONLY, 0666) .................................................................................... ERR#2 ENOENT

and the messagge in the browser is FORBIDEN

any ideas
Marcelo De Florio
1 REPLY 1
Ron Vladick
Advisor
Solution

Re: Problem with apache web server in Virutl Vault 4.5

If your outside web server is chroot'ed then these paths would not be accessable.

I would first verify if your outside web server is running in a chroot environment by chechking for a Chroot line in the /opt/vaultWS/servers//conf/httpd.conf file.

Second if the web server is chroot'ed then there may be an error or a pointer in the httpd.conf file to the "app" directory that may need to be taken out or adjusted.