My Apache server is running on Windows XP. The www directories that it
presents to the world are all on the C: drive. The C: drive is running out of
room. Can I change the configuration file so that my files can be spread out
on the C: and D: drives? How?
Thanks,
John Bobinyec
Hi all,
I'm trying to make ProxyPass and ProxyPassReverse work within 2 remote server
I have
ProxyPass / http://server1:8080/
ProxyPassReverse / http://server1:8080/
ProxyPass /docs http://server2:8080/docs
ProxyPassReverse /docs http://server2:8080/docs
ProxyPass /jsp-examples http://se
Hi all,
I'm trying to make ProxyPass and ProxyPassReverse work within 2 remote server
I have
ProxyPass / http://server1:8080/
ProxyPassReverse / http://server1:8080/
ProxyPass /docs http://server2:8080/docs
ProxyPassReverse /docs http://server2:8080/docs
ProxyPass /jsp-examples http:/
FYI, mails without a subject will likely be ignored by most of the list.
--
Glen Barber
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To u
Hi all,
I'm trying to make ProxyPass and ProxyPassReverse work within 2 remote server
I have
ProxyPass / http://server1:8080/
ProxyPassReverse / http://server1:8080/
ProxyPass /docs http://server2:8080/docs
ProxyPassReverse /docs http://server2:8080/docs
ProxyPass /jsp-examples http://se
Hello Eric
Thank you for the suggestion. I did not seem to have this option in httpd.conf
or any Included .CONF files so I added it as below.
EnableSendfile Off
I tried this and still does not display an image :(
Out of curiosity, I enabled it (EnableSendfile On) but this did not work either
On Tue, Mar 24, 2009 at 12:24 PM, Richard Peacock
wrote:
> Good afternoon all.
>
> I have made posts regarding this problem on the OpenSuse forum
> (http://forums.opensuse.org/applications/410912-apache-help-needed-pleas
> e.html) but I am not getting very far very quick! I apologise in advance
>
Good afternoon all.
I have made posts regarding this problem on the OpenSuse forum
(http://forums.opensuse.org/applications/410912-apache-help-needed-pleas
e.html) but I am not getting very far very quick! I apologise in advance
if this is not the correct place to ask for help but I thought I woul
Apache httpd Server 3.0; What Color is your Pony?
A Birds of a Feather session for developers and users
20:30-21:30; Thursday 26-03; Lausanne Room; Moevenpick
--
http://wiki.apache.org/httpd/Face2Face/BoFAcEu09
Please feel free to add to the wiki page what you would like to
se
张文东 wrote:
Hi all.
I'm using httpd 2.2 and websphere application community edition
(wasce) 2.1.1 (you may treat it as tomcat if you are not familiar with
wasce).
My goal is: the httpd server delivers 3000 requests per second to the
wasce servers. I use the mod_jk module, and the workers.properti
Obviously what I was thinking was weird :)
I was basically trying to figure out a way to do less work.
Now, I would need to move all my files from microsite.com to
mainsite.comand setup 301 redirects.
Correct?
I was trying to save the effort on moving the files :)
On Tue, Mar 24, 2009 at 1:20 P
On 23.03.09 16:12, Darius Rus wrote:
> I have a dynamic (JSP) page with a form that can be submitted that contains:
>
> response.setHeader("Cache-Control","no-cache"); //HTTP 1.1
> response.setHeader("Pragma","no-store, no-cache, must-revalidate"); //HTTP 1.0
only no-cache is used in the Pragma:
Hi all.
I'm using httpd 2.2 and websphere application community edition
(wasce) 2.1.1 (you may treat it as tomcat if you are not familiar with
wasce).
My goal is: the httpd server delivers 3000 requests per second to the
wasce servers. I use the mod_jk module, and the workers.properties
conf like
Mandy, how would the directive know whether to look on microsite or
mainsite to find the requested page without making inefficient
requests? Think carefully about what you're trying to do here: why
have two sites at all if you only want users to access one of them?
On Mon, Mar 23, 2009 at 11:18
14 matches
Mail list logo