Re: [us...@httpd] How can I stick with www only ?

2009-01-22 Thread solprovider
to implement name-based virtual hosts. httpd must either use one configuration for all requests or use name-based virtual hosts. Any commands specifying different configurations for specific server names must be in the main configuration. Did I miss anything? solprovider On 1/22/09, J. Bakshi joyd

Re: [EMAIL PROTECTED] a rather tricky mod_rewrite problem?

2008-11-15 Thread solprovider
or login page when the Rewrite is bypassed. solprovider On 11/14/08, morgan gangwere [EMAIL PROTECTED] wrote: I've got a tricky question... How would one go about having it so that mod_auth and mod_rewrite talk to one anther like this: i have the file structure /var/svn/ It is to be used

Re: [EMAIL PROTECTED] HTTPS connexion on the port 80

2008-11-10 Thread solprovider
, the only solution is to use a distinct port or IP Address for each SSL certificate/HTTPS server. I recommend using separate IP Addresses to avoid port numbers in URLs. Sorry, solprovider On 11/9/08, David BERCOT [EMAIL PROTECTED] wrote: I'm new on this list and this is my first message. So, a little

Re: [EMAIL PROTECTED] rewrite help

2008-11-03 Thread solprovider
RewriteRules. You may want another RewriteRule for /, HTH, solprovider On 11/3/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am trying to get a redirect to work so that I can get friendl URLs for my website. I am using mod_perl and have written a little handler as a controler to handle all

Re: [EMAIL PROTECTED] Apache server - Output to the same page whatever request

2008-10-15 Thread solprovider
error pages may not require a RewriteRule or even mod_rewrite. ErrorDocument is a core command. Try: ErrorDocument 404 /a.php The documentation does not mention how ErrorDocument handles the original querystring. See: http://httpd.apache.org/docs/2.2/mod/core.html#errordocument HTH, solprovider

Re: [EMAIL PROTECTED] redirect issue

2008-10-12 Thread solprovider
as an alternative. Finally, delete the lines and manually type them (no pasting). This seems more an issue with the file than httpd. HTH, solprovider - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] Address rewriting with mod_rewrite

2008-10-07 Thread solprovider
://www.example.net/index.php?pagina=home This cannot be fixed with basic Apache httpd; you should correct your menus in the application. (mod_proxy_html might help if you get it to work.) HTH, solprovider

Re: [EMAIL PROTECTED] http-equiv=refresh ignored?

2008-10-07 Thread solprovider
). Changing the User-Agent header will show responses for different browsers. You should probably use both. Use WireShark to learn everything the browsers are sending, then use a easier-to-control less-detailed client for testing. solprovider

Re: [EMAIL PROTECTED] Address rewriting with mod_rewrite

2008-10-07 Thread solprovider
?pagina=homeHome/a Becomes: a href=/Home/a The new links will only work through Apache httpd. Directly accessing the application server will error for these links. solprovider

Re: [EMAIL PROTECTED] http-equiv=refresh ignored?

2008-10-06 Thread solprovider
the purpose from reading non-working code. HTH, solprovider On 10/1/08, Kynn Jones [EMAIL PROTECTED] wrote: I am trying to debug a large Perl/CGI-based legacy system that is not working right on some browsers, like Firefox 3. It runs on an Ubuntu host with Apache 2.2.3. I reduced the problem

Re: [EMAIL PROTECTED] How can I uninstall Apache2 from Windows98?

2008-10-01 Thread solprovider
corrupting anything. Using ALT_F4, CTRL_C, or the X window button may not close all processes -- a performance issue if the computer were to remain running, but shutdown should kill those processes. solprovider - The official User

Re: [EMAIL PROTECTED] Trailing slash problem, not the typical one

2008-09-27 Thread solprovider
directory. Compare these files with the files from a server that works as you desire. Post any portions that seem relevant if you need more assistance. HTH, solprovider - The official User-To-User support forum of the Apache HTTP

Re: [EMAIL PROTECTED] How can I uninstall Apache2 from Windows98?

2008-09-27 Thread solprovider
to reduce support calls. Most OSS only stops working because no tester reports problems; complain and the problems disappear (as with Eclipse.) HTH, solprovider - The official User-To-User support forum of the Apache HTTP Server

Re: [EMAIL PROTECTED] What is the Difference between A webserver(apache) and an application server?

2008-09-20 Thread solprovider
, and non-Apache Web application servers). For more details, search Wikipedia for Application server, Web server, Web application server, and even Apache HTTP Server. solprovider - The official User-To-User support forum

Re: [EMAIL PROTECTED] java app URL rewrite

2008-09-18 Thread solprovider
this functionality.) Rewrite_Rules do not change browsers' URLs. You need to use the correct technology to create your solution. solprovider - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http

Re: [EMAIL PROTECTED] How to Find Online Users?

2008-09-17 Thread solprovider
was still online. Today, the application could use AJAX to update the discussion area and track online visitors without refreshing the page. solprovider

Re: [EMAIL PROTECTED] hardware for proxy

2008-09-11 Thread solprovider
produced reasonable working estimates. Does somebody have the data? Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/ Ditto. I would like better estimates, or at least more details to support my current calculations. solprovider

Re: [EMAIL PROTECTED] hardware for proxy

2008-09-10 Thread solprovider
at full capacity and handle spikes. solprovider - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [EMAIL PROTECTED] hardware for proxy

2008-09-09 Thread solprovider
the ultimate system. Then you will have real performance numbers for the decision. solprovider - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info

Re: [EMAIL PROTECTED] Setting up a subdomain?

2008-08-29 Thread solprovider
to the correct subdirectory. VirtualHost * ServerName foo.example.org DocumentRoot /var/www/html/foo /VirtualHost HTH, solprovider - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] A question about the request line and the referer

2008-08-02 Thread solprovider
(e.g. telnet, putty, HyperTerminal) can set the referer. solprovider - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail

Re: [EMAIL PROTECTED] A question about the request line and the referer

2008-08-02 Thread solprovider
the request was made.) solprovider On 8/2/08, Paul Li [EMAIL PROTECTED] wrote: solprovider, I'm really appreciated your message and it helps me A LOT!!! Just want to clarify the two cases when the referer is url : 1. The referer is the URL of the page containing the link if someone clicks

Re: [EMAIL PROTECTED] Using RewriteRule for secure requests

2008-08-01 Thread solprovider
On 7/31/08, Bobby Jack [EMAIL PROTECTED] wrote: Thanks, solprovider. I had to look up your TLAs, but I am familiar with most of the points you make in your post, and tend to agree :) I assume you know URL, CMS, and SSL. TMI = Too Much Information - I was halfway into a rant and used the TLA

Re: [EMAIL PROTECTED] Using RewriteRule for secure requests

2008-07-29 Thread solprovider
, solprovider - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] from the digest: [EMAIL PROTECTED

Re: [EMAIL PROTECTED] different kinds of proxies

2008-07-24 Thread solprovider
is to cache pages from external servers for the benefit of internal workstations, no ? If this is a forward proxy, then I do not understand the comment of Solprovider that seems to indicate that such things are obsolete and/or dangerous. At any rate, they are in use in most corporate networks I am

Re: [EMAIL PROTECTED] different kinds of proxies

2008-07-23 Thread solprovider
On 7/22/08, Rich Schumacher [EMAIL PROTECTED] wrote: Solprovider, While I agree with your sentiment that forward proxies can be very dangerous, I think you are jumping the gun with your statement doubting they have any legitimate use today. Here is a a real-world example that I use at my

Re: [EMAIL PROTECTED] Setting cookies from proxied backend

2008-07-19 Thread solprovider
this answer your question? solprovider

Re: [EMAIL PROTECTED] Setting cookies from proxied backend

2008-07-19 Thread solprovider
for networking may be a criminal offense and should lead to a justified termination.) solprovider - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info

Re: [EMAIL PROTECTED] Setting cookies from proxied backend

2008-07-19 Thread solprovider
the ProxyPassReverseCookiePath directive to translate the outbound Cookies. Inbound translation should not be needed as browsers will only send Cookies for the current path i.e. http://www.example.com/amazon/... will not include Cookies for path /google. solprovider

Re: [EMAIL PROTECTED] different kinds of proxies

2008-07-19 Thread solprovider
On 7/19/08, André Warnier [EMAIL PROTECTED] wrote: From a recent thread originally dedicated to find out if a proxy server can be really transparent, I'll first quote a summary from solprovider. quote I think the confusion is between an network proxy server and a Web reverse proxy

Re: [EMAIL PROTECTED] Redirection

2008-07-19 Thread solprovider
} ^article1.html$ RewriteRule ^*$ /article1.html [P] You could use [L] instead of [P] if you are certian that no proxy is needed to find the file. HTH, solprovider

Re: [EMAIL PROTECTED] Setting cookies from proxied backend

2008-07-18 Thread solprovider
that there is no dot at the beginning of request-host.) The two-dots rule only applies to Domain parameters. I have not tested. solprovider On 7/18/08, André Warnier [EMAIL PROTECTED] wrote: First, I found a thread which might provide some useful information for the original poster : http

Re: [EMAIL PROTECTED] 403 Errors and Virtual Hosts

2008-07-18 Thread solprovider
at this location? http://mysite.co.nz/var/www/html/mysite403/index.html My guess is you configured an absolute filepath and Apache httpd is handling the value as a relative URL. solprovider - The official User-To-User support

Re: [EMAIL PROTECTED] Setting cookies from proxied backend

2008-07-17 Thread solprovider
and server.subdomain.example.com will not include the Cookie. HTH, solprovider - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e

Re: [EMAIL PROTECTED] Removing a permanent redirect from httpd.conf

2008-07-13 Thread solprovider
(or at least use wget) to verify the change. 3. You may need to wait up to a full week for most Web caches to expire. Some (e.g. Google and other search engines) may update their caches at even slower frequencies. HTH, solprovider

Re: [EMAIL PROTECTED] Hosting Scenario

2008-07-10 Thread solprovider
. Example: http://fgulen.com can permanently redirect to: http://example.com/companies/fgulen/products.html You can market the short URL while search engines push traffic to the primary website. solprovider - The official User

Re: [EMAIL PROTECTED] Apache 2.2.8, SNI, SSL and Virtual Hosts

2008-02-17 Thread solprovider
* Internet Explorer 7.0.5730.11 solprovider On 2/17/08, Norman Khine [EMAIL PROTECTED] wrote: Hello, I have some virtual hosts and would like to run SSL with different certificates on each. Having followed the following how-to, http://gentoo-wiki.com/HOWTO_Apache_with_Name_Based_Hosting_and_SSL

Re: [EMAIL PROTECTED] Do NOT add a slash at the end of the directory path.

2008-02-07 Thread solprovider
. I'll post again if someone more familiar with the code does not. solprovider - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info

Re: [EMAIL PROTECTED] Do NOT add a slash at the end of the directory path.

2008-02-07 Thread solprovider
break things someday. My research on how httpd handles this will be delayed until next week. I am still hoping an httpd dev will comment. solprovider - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] Apache Restart

2008-01-26 Thread solprovider
command line parameters. solprovider On 1/26/08, Ashwin Basagouda Patil [EMAIL PROTECTED] wrote: How I can restart the Apache in one line command ? I am using this command to start with SSL connections: /usr/local/apache/bin/apachectl startssl This command restarts without SSL connections

Re: [EMAIL PROTECTED] Where to download the Apache developer versions?

2008-01-22 Thread solprovider
The latest code is in Subversion. See: http://httpd.apache.org/dev/devnotes.html solprovider On 1/22/08, Sonixxfx [EMAIL PROTECTED] wrote: I am sorry, I should have been more specific. Sometimes when a vulnerabilty is found in Apache, the vulnerability is fixed in a developer version

Re: [EMAIL PROTECTED] Looking for suggestions for URL redirection

2008-01-19 Thread solprovider
as the response to the current request: HttpResponse::setFile(http://media.example.com/file.mpg;); solprovider - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org

Re: [EMAIL PROTECTED] Frustrated with rewrite rule, please help...

2007-12-25 Thread solprovider
/$1 [PT] ScriptAlias /tdocs/bin /opt/twiki/bin Alias /tdocs /opt/twiki HTH, solprovider - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info

Re: [EMAIL PROTECTED] mod_rewrite exception

2007-12-25 Thread solprovider
^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R] For your example, the specific URL test will not be needed if the protocol test works properly. HTH, solprovider - The official User-To-User support forum of the Apache HTTP Server

Re: [EMAIL PROTECTED] How to make a website like ftpsite?

2007-12-10 Thread solprovider
VirtualHosts. The documentation implies that is valid. Test using the main host; worry about the virtual host after proving your configuration is correct for the main host. HTH, solprovider - The official User-To-User support forum

Re: [EMAIL PROTECTED] Geting rid of the ? in the URL

2007-12-05 Thread solprovider
Read the Drupal documentation for how to fix the configuration of Drupal: http://drupal.org/node/15365 solprovider On 12/5/07, Rashmi Amlani [EMAIL PROTECTED] wrote: I am a total newbie to apache. Have recently installed Apache 2.2, mySql and Drupal on winxp and everything seems to be working

Re: [EMAIL PROTECTED] Weird NameVirtualHost problem

2007-11-02 Thread solprovider
the VirtualHost sections with Include conf/virtualhosts.conf and put all the VirtualHost entries in the new file. solprovider On 11/2/07, tech1 [EMAIL PROTECTED] wrote: I'm running apache 1.3 on a FreeBSD box. I've just started using NameVirtualHosts for about 100 web sites. There are other web sites

Re: [EMAIL PROTECTED] Very Puzzling Question About mod_rewrite

2007-11-02 Thread solprovider
to continue with the ideas in the long thread, think about why httpd is attempting to find username directories under /users/chemweb/apache2/htdocs/cchem. Is that what you want? solprovider - The official User-To-User support

Re: [EMAIL PROTECTED] Weird NameVirtualHost problem

2007-11-02 Thread solprovider
file being used. solprovider On 11/2/07, tech1 [EMAIL PROTECTED] wrote: Thanks. 1) I'm sure it's the correct conf file, I removed the entire NameVirtualHost section and checked with httpd -S to see that they were gone after a -HUP. Then I put them back and checked it again. 2) I mentioned I'm

Re: [EMAIL PROTECTED] routing requests to two different servers

2007-10-31 Thread solprovider
mytestserver.example.com Would this module record every response from additional servers? Would this module allow recording of responses from the primary stream? Would the module handle comparison? What are the security implications? solprovider (Any poor ideas are due to having just awoken

Re: [EMAIL PROTECTED] routing requests to two different servers

2007-10-30 Thread solprovider
and removed from the production stream without affecting the other servers beyond an IP address configuration change. solprovider - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http

Re: [EMAIL PROTECTED] unexpected EOF on client side when Apache sends applet class

2007-10-26 Thread solprovider
recommend jetty-6.1.5 because jetty-6.1.6rc0 is broken and Tomcat is larger. Just download from: http://dist.codehaus.org/jetty/ Unzip the download, copy your class file to the test directory, and: wget http://localhost:8080/test/helloapp.class solprovider On 10/25/07, steve sawtelle [EMAIL

Re: [EMAIL PROTECTED] Avoiding conditional requests

2007-10-25 Thread solprovider
On 10/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Solprovider, Thanx for your persistence :) i created the test.html page and ran it only to get the same results: first request: GET /testpage.html HTTP/1.1 GET /Eip/Static/Images/Logos/siteLogo.gif HTTP/1.1 and refreshing

Re: [EMAIL PROTECTED] unexpected EOF on client side when Apache sends applet class

2007-10-25 Thread solprovider
the source and compile on the server. Check out PSCP from the putty suite of network tools for transferring files from Windows to Linux (openssh). I have a batch file in the SendTo directory so I can right-click/send any file to my Linux home directory. solprovider On 10/25/07, steve sawtelle

Re: [EMAIL PROTECTED] Avoiding conditional requests

2007-10-24 Thread solprovider
request while ignoring expiration datetimes. You can see the Expires header so you know the server is configured as you desire. Your browser must be configured to use the setting to prove your browser works as desired. solprovider On 10/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've

Re: [EMAIL PROTECTED] Avoiding conditional requests

2007-10-24 Thread solprovider
functions for Lenya to bypass caching when a querystring exists because a querystring may completely change the response: /homepage /homepage?ShowTheLoginScreen Some software noticing the presence of the querystring may set no-cache. solprovider On 10/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED

Re: [EMAIL PROTECTED] SetEnvIf SESSION_USE_TRANS_SID=0

2007-10-23 Thread solprovider
Check the User-Agent appearing in your logs. The regexp would not match Googlebot's User-Agent from the logs on my server: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) Try: SetEnvIf User-Agent (.*)Googlebot(.*) SESSION_USE_TRANS_SID=0 solprovider WARNING: Code

Re: [EMAIL PROTECTED] Apache 2.2.0 binary download

2007-10-18 Thread solprovider
2.2.0. http://httpd.apache.org/security/vulnerabilities_22.html Sorry, solprovider On 10/18/07, Alexander Fortin [EMAIL PROTECTED] wrote: Ashwani Kumar Sharma wrote: I want to download binary for apache 2.2.0 for windows urgently. I am not finding it on apache.org http

Re: [EMAIL PROTECTED] Apache 2.2.0 binary download

2007-10-18 Thread solprovider
There were discussions on the Dev ML about building 2.2.0 using VC6, VS2003, and VS2005 around December 2005. Read those threads for ideas if you insist on compiling. For the recommended stable version, use Alexander's link for the Windows binaries of 2.2.6. solprovider On 10/18/07, Ashwani

Re: [EMAIL PROTECTED] rewrite or proxypass?

2007-10-18 Thread solprovider
Why not put the homepage/login page on port 80 and proxy the POST to Tomcat? Or are dynamic elements on the login page? If everything will be served by Tomcat, why not run tomcat on port 80? If you are using virtual servers, you should already have configured the proxy. solprovider On 10/17

Re: [EMAIL PROTECTED] rewrite or proxypass?

2007-10-18 Thread solprovider
://www.example.com/app/; The syntax will depend on the application and the abilities of the developers. 2. Use mod_proxy_html to rewrite the HTML sent by the application to change every http://www.example.com:8080/; to http//www.example.com/app/. solprovider On 10/18/07, Patrick Coleman [EMAIL PROTECTED

Re: [EMAIL PROTECTED] Logging Options - Extended W3C Log Format?

2007-10-15 Thread solprovider
to add this function to that process. solprovider On 10/14/07, J R M [EMAIL PROTECTED] wrote: I've recently had a request from one of our clients to provide their logs in the 'Extended W3C Log Format'. From my googling around the place, this appears to be pretty much a log format exclusive

[EMAIL PROTECTED] Improve ProxyPassReverseDomain

2007-10-15 Thread solprovider
document. Compare ProxyPassReverseCookiePath strings with beginnning of path. Replace matched portion if found. newHeaderValue += newPath; //Watch semicolons } if(conf-domain) newHeaderValue += conf-domain; return newHeaderValue; } Regards, solprovider

Re: [EMAIL PROTECTED] Problems with ProxyPassReverseCookieDomain

2007-10-15 Thread solprovider
I apologize for implying anything about your emotions. Maybe I am the only one weeping over RFCs . Bad specifications cause physical pain to me. - solprovider On 10/15/07, Axel-Stephane SMORGRAV [EMAIL PROTECTED] wrote: Obviously the original poster has an application that only returns