Hello:
I suppose that you have your server abc.com properly configured. To make what you want you should use mod_proxy
1) Uncomment these lines from yout httpd.conf file:
LoadModule proxy_module libexec/libproxy.so
AddModule mod_proxy.c
<IfModule mod_proxy.c>
ProxyRequests On...
Hello:
I want to setup a mail account that should forward mails to another mail address and make masquerading of the from field. The diagram is:
user1@hosta|
|---user3@SMTPserver--- to: XXX@YYY
user2@hostb| from:user3@SMTPserver
I have thought in making an alias...
Hi rninja,
In apache 1.3.XX you have the directive MaxClients. In 2.00 you should play with the directives of the threaded model you had chosen for your server.
Best regards.
Hi all,
I am having the next error. When I execute a cgi that uses the POST method in Apache 1.3.26 it doesn´t work and gives the next error message:
--------------
Premature end of script headers:
--------------
If I run it in Apache 2 it works perfectly so I think the problem isn´t in...
Hi all,
I am having the next error. When I execute a cgi that uses the POST method in Apache 1.3.26 it doesn´t work and gives the next error message:
--------------
Premature end of script headers:
--------------
If I run it in Apache 2 it works perfectly so I think the problem isn´t in...
Hi all,
I am having the neext error. When I execute a cgi that uses the POST method in Apache 1.3.26 it doesn´t work and gives the next error message:
--------------
Premature end of script headers:
--------------
If I run it in Apache 2 it works perfectly so I think the problem isn´t in...
Hi all,
I am havin the neext error. When I execute a cgi that uses the POST method in Apache 1.3.26 it doesn´t work and gives the next error message:
--------------
Premature end of script headers:
--------------
If I run it in Apache 2 it works perfectly so I think the problem isn´t in...
Hi all,
I need to find a https request generator to test an Apache web server. Do anyone know any(if is open source and could be modified it would be great)?
Best regards.
Hello:
I don´t know if this is what you are looking for but if you know the name of the command you execute with nohup you can use the following command:
ps -ef|grep command|grep -v grep|awk '{ print $2 }'
Regards.
Hi,
Why don´t you change the order of the VirtualHosts in the file?. It should help us to debug the problem.
Another intesresting test could be to make the second virtual server listening in another port and see if it works(Rememeber to add the Listen directive in the file for the new port)...
Hi,
Have you checked the uid of the user?. When you access to a file system by NFS you obtain the permissions of the user that has the same uid as you in the remote server. For example
Server A Server B
userA uid=15 userA uid=20
userB uid=30 userB uid=15
If you mount a file system...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.