On 27/07/07, Keith Crossett <[EMAIL PROTECTED]> wrote:
> I am currently using Apache 2.0.55 as a reverse proxy. The site that
> I am reverse proxying to contains some files that have spaces in the
> name. When I try to access these files the space is replaced with %20
> but Apache gives me a HTTP
It sounds like Apache just can't resolve the hostname. One thing you could
do is edit the /etc/hosts file and add "127.0.0.1 hostname.com". Since
resolving a hostname will check /etc/hosts first, this should eliminate the
issue.
Mind you, the reason you get this even tho you specify the DNS in t
Greetings all,
I always have a annoying message when I tried to start the apache httpd:
"apache2: Could not reliably determine the server's fully qualified
domain name, using 127.0.0.1 for ServerName"
but actually I have the directive:
"ServerName hostname"
in my virtual host config file, and
On 7/26/07, James Ellis <[EMAIL PROTECTED]> wrote:
> ...however the WebSphere plugin comes BEFORE this virtual host entry...so I
> think I need to use it outside of a VirtualHost. Why won't this entry:
Along with Joshuas pointer to RewriteOptions inherit / adding
RewriteRules to the actual vhost
On 7/26/07, James Ellis <[EMAIL PROTECTED]> wrote:
Getting closer...the following works inside of a VirtualHost:
ServerName web1
RewriteEngine ON
RewriteRule ^/wcsstore/ConsumerDirect/images/catalog/en_US/X01_large.jpg$
/footer.gif
Alias /wcsstore
"/opt/WebSphere/AppServer/in
Getting closer...the following works inside of a VirtualHost:
ServerName web1
RewriteEngine ON
RewriteRule ^/wcsstore/ConsumerDirect/images/catalog/en_US/X01_large.jpg$
/footer.gif
Alias /wcsstore
"/opt/WebSphere/AppServer/installedApps/stdwcs1/WC_wcs/Stores.war"
Alias /wc
Thank you both.
I don't see anything on the MS page that makes me want to rush out and build
symbolic links on Windows. I am an Apache newbie and just wanted to make sure I
wasn't missing anything important. I'll just stick to aliases.
--
Crash
On 7/26/07, Crash Dummy <[EMAIL PROTECTED]> wrote:
> My question is, What the hell is a symbolic link? I have Apache installed on
> Windows 2000, and use aliases to map stuff to the DocumentRoot. Are "symbolic
> links" a purely *nix thing? Can I just ignore them and their related
> directives
> (
On Tue, Jul 24, 2007 at 08:48:40PM +0200, Torsten Foertsch wrote:
> Please forgive me the stupid question but I thought a port number is a 16 bit
> integer. How can one get more than 64k connections to one IP address then?
There's no port exhaustion involved, TCP stacks distinguish between
socket
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of "Crash" Dummy
Sent: Thursday, July 26, 2007 4:52 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Alias versus Symbolic Links
The Apache documentation says,
"There are frequently circumstances where it is necess
On 7/26/07, James Ellis <[EMAIL PROTECTED]> wrote:
>
> RewriteEngine ON
> RewriteRule ^X01_large.jpg$ footer.gif
>
>
> ...ignored by Apache? Is it not possible to use mod_rewrite outside of a
> tag?
You have to compare to the complete URL-path. Outside of Directory or
.htaccess context, most n
The Apache documentation says,
"There are frequently circumstances where it is necessary to allow web access to
parts of the filesystem that are not strictly underneath the DocumentRoot.
Apache offers several different ways to accomplish this. On Unix systems,
symbolic links can bring other parts o
OK so just testing mod_rewrite I can get a Rewrite working for files that
are NOT served by the plugin which ARE located inside of a
... tags.
/opt/WebSphere/AppServer/installedApps/wcs1/WC_wcs.ear/Stores.war/ConsumerDirect/images/catalog/en_US>
RewriteEngine ON
RewriteBase /
RewriteRule ^X01_
Hello,
I am currently using Apache 2.0.55 as a reverse proxy. The site that
I am reverse proxying to contains some files that have spaces in the
name. When I try to access these files the space is replaced with %20
but Apache gives me a HTTP 500 error message.
If I access a file with a spa
Boyle Owens's message in this thread asked me what error messages I have
received when trying to access "My Website."
First, my new configuration is the default version except as follows:
ServerAdmin [EMAIL PROTECTED]
ServerName localhost:80
UserDir enabled
UserDir "C:/Users/lamartin/My Websi
On 7/26/07, James Ellis <[EMAIL PROTECTED]> wrote:
> Within the plugin, all requests under "/stores/*" are supposed to be handled
> by the plugin. Does anyone know how I can force a request for a certain
> JSP:
>
> http://servername/stores/suspect.jsp
>
> ...so that it won't be processed by the pl
I did a google for this topic but couldn't find anything that had to
do with posting. I read through the FAQ and couldn't find anything
that had to do with posting. I tried inspection and experimentation
and that didn't work. I even asked our resident expert on Apache, and
he couldn't help me ei
On 26/07/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Does anyone have an example of using mod_proxy_ajp to connect to tomcat?
And/or a little 'How to' convert JkMounts to the new proxy directives?
This might help:
http://people.apache.org/~mturk/docs/article/ftwai.html
There's a lot of wo
Serge,
Thanks!! I was hoping it was that simple.
Dan
Please respond to users@httpd.apache.org
To: users@httpd.apache.org
cc: (bcc: Dan Mitton/YD/RWDOE)
Subject:Re: [EMAIL PROTECTED] need mod_proxy_ajp example
LSN: Not Relevant
User Filed as: Not a Record
Something like that
Something like that:
1. Configure an AJP connector in your Tomcat. If you used mod_jk you
probably already have one.
2. Add proxy directives to your httpd.conf:
ProxyPass /app ajp://TOMCAT_HOST:AJP_PORT/app
ProxyPassReverse /app ajp://TOMCAT_HOST:AJP_PORT/app
On 7/26/07, [EMAIL PROTECTED]
Does anyone have an example of using mod_proxy_ajp to connect to tomcat?
And/or a little 'How to' convert JkMounts to the new proxy directives?
Thanks in advance,
Dan
-
The official User-To-User support forum of the Apache HTT
Dear Apache Group,
I am getting the following error when i try to compile apache:
mod_ntlm.c:754: warning: implicit declaration of function âgroups_for_userâ
mod_ntlm.c:754: warning: statement with no effect
mod_ntlm.c:756: warning: statement with no effect
mod_ntlm.c:758: error: âcomma
On Thu, 26 Jul 2007 14:23:18 +
"James Ellis" <[EMAIL PROTECTED]> wrote:
> We are running IBM IHS (Apache) 2.0 and WebSphere on a different
> machine. Within the httpd.conf file, we include the WebSphere plugin
> with the following lines:
>
> LoadModule
> was_ap20_module /opt/WebSphere/AppServ
We are running IBM IHS (Apache) 2.0 and WebSphere on a different machine.
Within the httpd.conf file, we include the WebSphere plugin with the
following lines:
LoadModule was_ap20_module /opt/WebSphere/AppServer/bin/mod_was_ap20_http.so
WebSpherePluginConfig /opt/WebSphere/AppServer/config/cel
Hi,
I would ask a specification of rewriterule
in a virtual host if I have a rule like this one:
RewriteRule ^/urlpath(.*) https://site.org/
work fine. but if in my browser I write /urlpath in hex is: %2f%75%72%6c
%70%61%74%68%a does the rewrite rule match or not?
Alessandro Fiorenzi
On 7/25/07, Luis Moreira (ESI-GSQP) <[EMAIL PROTECTED]> wrote:
> "Require user XXX" should work on its own.
> For me it does, at least.
Used alone it works great but as soon as I try to use it with
AuthzSVNAccessFile it no longer works as expected.
> I don't use AuthzSVNAccessFile, but if you sea
My apache server in last few days become give
me core dump, this happened when i added around 8 new domains and
restart my server gracefully it core dumped, i debug this issue and
start to analyze the problem, i found when i delete the last added
hosts it worked fine, then i stareted to add t
Hi,
About which code are u talking to have a look ?
Ravi
-Original Message-
From: Dmitry [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 26, 2007 1:43 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] How two modules can interact ?
Vincent,
The best answer probablywill be
On 26/07/07, Dmitry <[EMAIL PROTECTED]> wrote:
Vincent,
The best answer probablywill be just take a look to the code and try to
compile it, but in case you can't - just check documentation. its' a good
question actually.
Uh? I didn't ask a question. What are you talking about?
--
noodl
Vincent,
The best answer probablywill be just take a look to the code and try to
compile it, but in case you can't - just check documentation. its' a good
question actually.
Thanks,
DT,
www.ejinz.com
Search Engine EjinZ news
- Original Message -
From: "Vincent Bray" <[EMAIL PROTECTE
On 26/07/07, Ravi Prakash <[EMAIL PROTECTED]> wrote:
I am working on apache modules. Till now, I am not able to understand, How
apache modules interact to each other. What all APIs are there that can send
or receive data from one module to another module running under same apache?
Kindly ,Help m
Hi,
I am working on apache modules. Till now, I am not able to understand, How
apache modules interact to each other. What all APIs are there that can send
or receive data from one module to another module running under same apache?
Kindly ,Help me by giving some related links or tutorials .
OK does anyone here know why when i run ps aux in a terminal i can see 4
www-data and 1 as root for apache, but when i use xfce taskmanager i see
the root user running all apache process?
All this time i was thinking there was some config error.
Thanks
Demetri
running:
Xubuntu 7.04
Apache 2.2
Victor Trac wrote:
There's no need to send out two emails to the wrong mailing list
asking the same thing. While one of us may know the answer, it's more
likely that you'll get a positive response when asking xfce folks.
Perhaps one of these lists will help:
http://www.xfce.org/community/li
34 matches
Mail list logo