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...
Hi,
Please be carefull with this, the PE´s for root directory should be allocated in a contiguous way(and only in one dis). You shouldn´t simply add space to that lvol as if it was a data lvol. For expample if the las PE for / is 43 and after that the space is occupied by lvol8 you have to move...
Hi,
As ifincham has told if you make any change in the configuration files you mus restart the xinet daemon using
the command:
/etc/init.d/xinetd restart
You can use this command for enabling or disabling services...
Hello:
I think that perhaps there is a misunderstanding here. You can´t add space from vg05 to vg00 because it is not possible. Yo must first reduce the disk from vg05 and add it to vg00. If you have Online jfs you can do it online (if you haven´t installed it you must boot the system in...
Hi,
Perhaps I haven´t explained well. We have an UPS and I am not worried about a power-cut(electrogen group) but if we made changes in the electric installation we have to cut the power suply in the electric derivation and we want to conect it to another electric derivation and the V class...
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.