Re: [us...@httpd] Reserve http slot for server-status?

2011-01-05 Thread Justin Pasher
; program for viewing apache connections. http://fabletech.com/ftss -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more i

Re: [us...@httpd] interpreting Nessus scan results | TRACE & TRACK?

2010-11-22 Thread Justin Pasher
;ve never done). I'm also not entirely sure of what TRACE and TRACK do? Just set the TraceEnable directive to off. The rewrite rules only apply for older versions of apache that did not support TraceEnable. -- Justin Pasher Distri

Re: [us...@httpd] Proper way to reference intermediate certificates in Apache 2.2.x

2010-11-19 Thread Justin Pasher
ect of also allowing client certificates signed by that CA. Essentially the SSLCertificateChainFile directive allows you to break out the intermediate CA to only apply for the server certificate and not client certificates. I personally have never used client certificates, so in practice there is

Re: [users@httpd] Apache failing to start after upgrade.

2010-11-12 Thread Justin Pasher
ersions with security updates available. From that standpoint, I can't offer any first hand experience (it seems like you've already done the basic checks like verifying apache is linked to the correct OpenSSL module). Good luck. -- Justin Pasher --

Re: [us...@httpd] Apache child process segmentation fault

2010-10-29 Thread Justin Pasher
box, and after I looked at the back trace, I found out it was crashing on a regex handling portion of the PHP module. Now, once you figure this out, getting a FIX is a different story... | -- Justin Pasher - The official Use

Re: [us...@httpd] Mythweb Access Forbidden

2010-08-26 Thread Justin Pasher
ink under /etc/apache2/conf.d/mythweb.conf that points to the aforementioned file. You'll have to tweak a few of the settings in the file to make it work for you (database settings, some directory paths, etc), but that will probabl

Re: [us...@httpd] Redirect question

2010-05-05 Thread Justin Pasher
] RewriteRule . http://server/application [R=permanent] -- Justin Pasher I get the same looping result. (I shortened application to app because I am too lazy to type all that!): The requested URL /appappappappappappappappappappappappappappappappappappappappapp was not found on

Re: [us...@httpd] Redirect question

2010-05-05 Thread Justin Pasher
RewriteCond %{HTTP_HOST} ^application$ [NC] RewriteRule . http://server/application [R=permanent] .... -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.or

Re: [us...@httpd] RE: Wield problem with a reverse proxy server

2010-04-28 Thread Justin Pasher
h all requests to the new URL? RewriteEngine on RewriteRule . http://survey.juicycouture.com/tellus Otherwise, just handle the two special cases RewriteEngine on RewriteRule ^/$ http://survey.juicycouture.com/tellus RewriteRule ^/tellus$ http://survey.juicycouture.com/tellus -- Justin P

Re: [us...@httpd] Re-negotiation handshake failed

2010-04-15 Thread Justin Pasher
andard SSL port, are you sure you are trying to access the site using https in the URL? e.g. https://www.example.com:10991/ and not http://www.example.com:10991/ and not just www.example.com:10991 -- Justin Pasher - The offici

Re: [us...@httpd] Re: mod_log_config issue

2010-01-28 Thread Justin Pasher
working properly, then come back to putting it into the apache config. There is also a chance that the escape sequences for a shell are different than those for the apache directive. You can verify that by starting out with a much simpler sed script, then expanding from there. -- Justin P

Re: [us...@httpd] Runaway Apache Process

2010-01-28 Thread Justin Pasher
or if your code itself is sucking it all up (i.e. loading tons of data into memory from a database, a script processing a lot of data in memory, etc). -- Justin Pasher - The official User-To-User support forum of the Apa

Re: [us...@httpd] virtual hosts help please

2010-01-28 Thread Justin Pasher
docs state that the Timeout directive can be set within a VirtualHost container, so that should work fine. There is no way that I know of to verify it was set, but if the directive is within a VirtualHost container, you should be good. -

Re: [us...@httpd] upgrade to apache-2.2.14_5 produces ssl failure

2010-01-22 Thread Justin Pasher
Error: 336027900 error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol speaking not SSL to HTTPS port!? Are you sure that whatever is connecting via port 443 is actually using the HTTPS protocol? Perhaps someone tries to access http://www.vizion2000.net:443 ? -- Justin

Re: [us...@httpd] Apache intermittent crash - HELP!!!

2009-12-18 Thread Justin Pasher
Justin Pasher wrote: gary lim wrote: Hu justin, 1. Because its a production site, we are unable to disable the PHP modules/script..From the log output below, we are having difficulty to pinpoint the source of error. I just spent the last couple of hours to run through the pages and see

Re: [us...@httpd] Apache intermittent crash - HELP!!!

2009-12-18 Thread Justin Pasher
suspected flaky hardware (e.g. bad RAM), but they can't reboot the server to run memtest86 because it's production. It won't get you any closer to a solution when you can't test all possible avenues, especially when it's very difficult to even replicate th

Re: [us...@httpd] Adding Virtual Hosts for SSL / 443

2009-12-18 Thread Justin Pasher
HTTP if it doesn't start with /webmail. -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-un

Re: [us...@httpd] Apache intermittent crash - HELP!!!

2009-12-18 Thread Justin Pasher
h only the older version available (RHEL/CentOS?). -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubsc

Re: [us...@httpd] Re: Enabling SSL on VirtualHosts Revisited

2009-12-18 Thread Justin Pasher
ut, using the hostname in the NameVirtualHost and directives is not recommended (DNS lookups). -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/user

Re: [us...@httpd] Enabling Server Side Includes in Apache2.2

2009-12-17 Thread Justin Pasher
M". The directive simply checks to make sure the module is loaded before attempting to set the directives within it. Make sure you check your Apache logs too for any errors or notifications. -- Justin Pasher - The official

Re: [us...@httpd] Enabling Server Side Includes in Apache2.2

2009-12-17 Thread Justin Pasher
about anything. -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.ap

Re: [us...@httpd] Using SSLCipherSuite to restrict to faster cipher algorithms

2009-12-17 Thread Justin Pasher
François Beaune wrote: On Wed, Dec 16, 2009 at 7:00 PM, Justin Pasher mailto:just...@newmediagateway.com>> wrote: [snip] Here is the SSLCipherSuite directive that I use on my servers to lock out insecure ciphers: SSLCipherSuite AES256-SHA:DES-CBC3-SHA:AES128-SHA:RC4-SHA:R

Re: [us...@httpd] Using SSLCipherSuite to restrict to faster cipher algorithms

2009-12-16 Thread Justin Pasher
within an unintentional container, such as or . I know that on CentOS, the default config file that has the SSL directives actually contains the SSLCipherSuite directive within a container. That threw me off recently when I was trying to setup apache on a CentOS

Re: [us...@httpd] Using SSLCipherSuite to restrict to faster cipher algorithms

2009-12-16 Thread Justin Pasher
g the SSLCipherSuite directive and only offering the ciphers you have allowed? http://www.lazorsoftware.com/lazorsoft/files/openssl_check.sh -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Serv

Re: [us...@httpd] rewriterules

2009-12-15 Thread Justin Pasher
erver:8080/VirtualHostBase/https/%{SERVER_NAME}:443/. If you try to pull up that URL using something like wget or lynx (replacing ${SERVER_NAME} accordingly), do you get a successful response? Do you see anything in the apache error logs? -- Jus

Re: [us...@httpd] best way to modify a URL

2009-12-15 Thread Justin Pasher
/$1 [L] -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org &qu

Re: [us...@httpd] Using SSLCipherSuite to restrict to faster cipher algorithms

2009-12-15 Thread Justin Pasher
er object. Also, you can use this script to check which ciphers are supported by your site. http://www.lazorsoftware.com/lazorsoft/files/openssl_check.sh -- Justin Pasher - The official User-To-User support forum of the A

Re: [us...@httpd] Questions about implementing SSL/VirtualHosts

2009-12-14 Thread Justin Pasher
cumentRoot - Single IP, assuming cert supports all (sub)domains listed. Otherwise Multiple IP (c) Multiple FQDN, multiple DocumentRoot - Multiple IP addresses (one for each FQDN) -- Justin Pasher - The official User-To-User suppor

Re: [us...@httpd] Questions about implementing SSL/VirtualHosts

2009-12-14 Thread Justin Pasher
the local network. [1] http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for

Re: [us...@httpd] Questions about implementing SSL/VirtualHosts

2009-12-14 Thread Justin Pasher
t SNI). Even with a wildcard cert for *.example.com, I don't believe that will work to example.com. -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/user

Re: [us...@httpd] Refreshing renewed SSL certificate

2009-09-09 Thread Justin Pasher
), and it wants to reload both the cert and private key (private keys SHOULD only be readable by root, if secured properly). This is all speculation on my part though. -- Justin Pasher - The official User-To-User support forum

Re: [us...@httpd] connection/bandwidth limiting

2009-07-31 Thread Justin Pasher
Check out mod_limitipconn. http://dominia.org/djao/limitipconn2.html -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe,

Re: [us...@httpd] Using .htaccess to force rewriting URLs to https:// works but loses any subdirectory paths. What do I need to change?

2009-06-15 Thread Justin Pasher
is-bad [R,L] 2) Try cranking up the RewriteLogLevel a bit to see the rewrites in action, once again to make sure it's processing properly. 3) Make sure you clear your browser cache. I've seen odd instances where a browser might cache a redi

Re: [us...@httpd] Using .htaccess to force rewriting URLs to https:// works but loses any subdirectory paths. What do I need to change?

2009-06-15 Thread Justin Pasher
ntext of RewriteRule?). You can just capture the results of RewriteRule match. RewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L] -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See htt

Re: [us...@httpd] Rewrite: modify http_host for many subdomains

2009-05-20 Thread Justin Pasher
omain\.com$ [NC] RewriteRule ^/(.*) http://%1.new-domain.com/$1 [R=301,L] -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more

Re: [us...@httpd] Limiting Connections for a Virtual Host

2009-05-14 Thread Justin Pasher
can limit globally or per virtual host (whether the "IP address pool" it tracks is virtual host specific, I'm, not sure). http://www.dominia.org/djao/limitipconn.html -- Justin Pasher - The official User-To-Use

Re: [us...@httpd] Re: Mod rewrite help

2009-05-08 Thread Justin Pasher
kingsdata/bookings_data/bookings_10/" Something like this should get you there (untested). RewriteRule ^/dms-bookings_([0-9]+)/(.*) /bookingsdata/bookings_data/bookings_$1/$2 You'll have to leave the first two Alias definitions in there, since their format is different. --

Re: [us...@httpd] Problem with Mod_Rewrite

2009-04-14 Thread Justin Pasher
act syntax for query string checking off the top of my head, so this might be a little off). RewriteCond ${QUERY_STRING} ^id=([0-9]+)$ RewriteRule ^/index.html$ /index/%1/ -- Justin Pasher - The official User-To-User support foru

Re: AW: [us...@httpd] Connection flood: how to protect?

2009-04-14 Thread Justin Pasher
. the timeout setting defined by that service or daemon), the connection drops. Otherwise, it will have to continue to wait for a response. This is critical for situations where the connection is either very slow or is flaky and drops out freque

Re: [us...@httpd] Connection flood: how to protect?

2009-04-14 Thread Justin Pasher
o the browser (indicating the service is unavailable). -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubsc

Re: [us...@httpd] Connection flood: how to protect?

2009-04-13 Thread Justin Pasher
attack. My question: is there possible to configure Apache HTTPd in order to protect it against these attacks? Check out mod_limitipconn. You can restrict the number of simultaneous connections from individual IP addresses. http://dominia.org/djao/limitipconn.html -- Justin Pasher

Re: [us...@httpd] allow only 20 concurrent connections per IP?

2009-04-01 Thread Justin Pasher
m not too aggressive in my settings. Going the iptables route would work too, but I think it would be much easier to just manage it strictly on the apache side. -- Justin Pasher - The official User-To-User support forum of the A

Re: [us...@httpd] Mangled my Virtual Hosts

2009-03-26 Thread Justin Pasher
/VideoFortWorth ServerName www.VideoFortWorth.com I assume these are actually in containers (they don't show in the email)? -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See htt

Re: [us...@httpd] Include directive in httpd.conf giving a Permission denied error.

2009-03-16 Thread Justin Pasher
status" to see if it says it's enabled. You can try disabling it temporarily by running "setenforce 0". If the problem goes away, you have your answer. As far as how to get around it without disabling SElinux, that would be more appropriate for an SElinux mailing list (and bey

Re: [us...@httpd] Question about 301 and 302

2009-03-13 Thread Justin Pasher
) versus a 302 (found) redirect shouldn't break any modern browser. Generally a 301 redirect is better in regards to search engine related redirects, but either should work just fine. What is the proof that the developer has that shows IE being "broken"? -

Re: [us...@httpd] 404 when first visit if userdir is mounted using autofs

2009-03-13 Thread Justin Pasher
nt file than you expect, then the problem lies elsewhere. Try doing an "ls /full/path/in/error/log" to see if the system itself shows the file. Since I personally have not experienced this problem with autofs, I can't think

Re: [us...@httpd] PRoblem with virtual host setup

2009-03-13 Thread Justin Pasher
f it's producing any errors. You can also add the following directive to your config file to avoid the warning on start-up. NameVirtualHost 127.0.0.1:80 This will also ensure that Apache tries to server up your VirtualHost entry when the Host: header is "DataEnv

Re: [us...@httpd] Doubt about disabling access to PHP files

2009-03-13 Thread Justin Pasher
access to the files. -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsub

Re: [us...@httpd] 404 when first visit if userdir is mounted using autofs

2009-03-11 Thread Justin Pasher
be successful). Sometimes daemons can just act up for no obvious reason. All in all, signs point more to an autofs problem and not Apache. -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server P

RE: [us...@httpd] IE7 Client Auth with SSL Certs

2009-01-18 Thread Justin Pasher
log and see what it says. You shouldn't have to do anything special to make a cert work in IE7 versus IE6, Firefox, Opera, etc. Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] Include directive..

2008-12-08 Thread Justin Pasher
ot everything in those directories. The error message (at least one of them) seems to indicate it is trying to include a PHP file (/home/domain/apps/Bootstrap.php). -- Justin Pasher - The official User-To-User support forum of

Re: [EMAIL PROTECTED] .htaccess

2008-12-01 Thread Justin Pasher
] RewriteRule .* - [F] Justin Pasher /---Original Message---/ /*From:*/ Eric Covener <mailto:[EMAIL PROTECTED]> /*Date:*/ 01/12/2008 18:27:25 /*To:*/ users@httpd.apache.org <mailto:users@httpd.apache.org> /*Subject:*/ Re: [EMAIL PROTECTED] .htaccess On Mon, Dec 1, 2008 at 11:

Re: [EMAIL PROTECTED] A simple, probably configuration problem

2008-11-17 Thread Justin Pasher
> On 11/14/08 4:38 PM, Justin Pasher wrote: >> Tolga Guver wrote: >>> >>> Hi, >>> >>> I have just setup an apache server in which i want one general page >>> linked to the users own web pages in their home directories. >>> I setup

RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-15 Thread Justin Pasher
tive to the .htaccess file). You actually don't need a RewriteBase, because the files are not under /var/www/webacula/html/webacula. Use these rewrite rules: Inside /var/www/webacula/html/.htaccess: RewriteCond %{REQUEST_URI} !^/index\.php$ RewriteRule !\.(js|ico|gif|jpg|png|css)$ /index.php -

Re: [EMAIL PROTECTED] A simple, probably configuration problem

2008-11-14 Thread Justin Pasher
ir in your apache config, correct? Do you by chance have any rewrite rules in your config that might be messing with the URL? -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Justin Pasher
without going to old emails or the archives). -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail:

Re: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Justin Pasher
ed by RewriteLog) to see exactly how apache is trying to rewrite it. -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info.

Re: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Justin Pasher
ks - Request to http://foo.localhost/webacula/ Works - Request to http://foo.localhost/webacula/index.php -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist

Re: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Justin Pasher
eRule !\.(js|ico|gif|jpg|png|css)$ index.php You might need to remove the slash at the beginning of "^/index\.php$" (I can't recall off the top of my head how the URI will look when defining the rules in an .htaccess file with a RewriteBase versus the apache config). Justin Pasher

Re: [EMAIL PROTECTED] Apache and writing to NFS

2008-11-10 Thread Justin Pasher
h the NFS mount or possibly the network connection between the server machine and client machine. You can try checking the system logs on both machines (/var/log/syslog) to see if anything useful shows up in there. There might also be something in /var/log/kern.log. -

Re: [EMAIL PROTECTED] Question on mod_rewrite

2008-11-06 Thread Justin Pasher
://tdocs.travelchannel.com/teams/Login.do Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] "

Re: [EMAIL PROTECTED] Subdomain to other domain sub

2008-10-22 Thread Justin Pasher
ame media.domain1.com |ProxyPassReverse /media/ https://www.domain2.com/media/| See the documentation for more details. http://httpd.apache.org/docs/2.2/mod/mod_proxy.html -- Justin Pasher - The official User-To-User support for

Re: [EMAIL PROTECTED] Invoking single app for everything in a hierarchy

2008-10-22 Thread Justin Pasher
l script name or URL, I can't give definitive answers for that. I think the %ENV hash will hold the rest of the info you need. Justin Pasher - Original Message From: Justin Pasher <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Tuesday, October 21, 2008 11:00:33 AM Subject:

Re: [EMAIL PROTECTED] Protecting directory :: The most strangest thing

2008-10-22 Thread Justin Pasher
s exist on the server. As long as mod_rewrite is altering the URL in some way unexpected, you're still going to have weird anomalies. Also, in what directory is the .htaccess file located? It is inside of a container? -- Justin Pasher ---

Re: [EMAIL PROTECTED] Invoking single app for everything in a hierarchy

2008-10-21 Thread Justin Pasher
s is clear enough... Cheers and thanks, Erik Unless I'm misunderstanding the task, a simple RewriteRule will accomplish this. RewriteRule .* /cgi-bin/helloworld.cgi [L] -- Justin Pasher - The official User-To-User suppo

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

2008-10-09 Thread Justin Pasher
les (such as redirecting a request for ANY arbitrary file that does not exist). You can explore the "RewriteCond -f" directive to make it smarter in that case. http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewritecond -- Justin Pasher --

Re: [EMAIL PROTECTED] redirect issue

2008-10-09 Thread Justin Pasher
ives themselves look fine to me, and I copied them verbatim to my server and it doesn't complain. Perhaps the file itself is corrupted (something like Windows CRLF line endings instead of UNIX LF)? -- Justin Pasher - The

Re: [EMAIL PROTECTED] Protecting a Directory

2008-10-03 Thread Justin Pasher
directive)? -- Justin Pasher - Original Message - From: "Justin Pasher" <[EMAIL PROTECTED]> To: Sent: Friday, October 03, 2008 12:08 PM Subject: Re: [EMAIL PROTECTED] Protecting a Directory [EMAIL PROTECTED] wrote: There still seems to be alot of discrepancy on this issue.

Re: [EMAIL PROTECTED] mod_rewrite double escaping query strings

2008-10-03 Thread Justin Pasher
B] flag to work in my Apache 2.2 installation :( (it says it's an invalid flag). Maybe you'll have better luck than me. I'm sure there's a way do do this, but I'm not finding anything obvious in the docs. -- Justin Pasher --

Re: [EMAIL PROTECTED] Protecting a Directory

2008-10-03 Thread Justin Pasher
access file, so you'll have to put the .htaccess file in the directory you wish to protect. I assume you want the user to be prompted for a username/password when they visit the directory? Basic HTTP authentication will accomplish that for you. http://httpd.apache.org/docs/2.2/howto/auth.ht

Re: [EMAIL PROTECTED] Keep session variables alive

2008-10-03 Thread Justin Pasher
omain1.com and domain2.com are completely different web site, even if they are the "same" logically. -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apac

Re: [EMAIL PROTECTED] question on DirectoryIndex "inheritance"

2008-10-02 Thread Justin Pasher
that ? (I did not see a "DirectoryIndex none" as a possibility in the doc) Thanks in advance I am not finding a way in the documentation to "disable" a DirectoryIndex that is already defined, so you might be stuck with the hack

Re: [EMAIL PROTECTED] Rewrite rule with F5 redirect to https

2008-10-02 Thread Justin Pasher
port 443, so you shouldn't require anything special in the rewrite rules to accommodate for http versus https. You might want to put the RewriteCond directive directly above RewriteRule, for better readability. -- Justin Pasher Is there a way to change the RewriteCond or Rewr

Re: [EMAIL PROTECTED] SSl question

2008-10-01 Thread Justin Pasher
in the VirtualHost container for the NON-https host. ... RewriteEngine On RewriteRule ^/(.*)$ https://www.example.com/$1 [R=permanent] -- Justin Pasher - The official User-To-User support forum of the Apache H

Re: [EMAIL PROTECTED] mod_rewrite double escaping query strings

2008-10-01 Thread Justin Pasher
Tom Try removing the QSA flag from the RewriteRule. It should only be needed when you are modifying the query string (which you are not). -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Pr

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-30 Thread Justin Pasher
Mike Soultanian wrote: Justin Pasher wrote: Ahhh... Now it should actually be possible. If possible, I would (personally) try to push all traffic to www.csulb.edu whenever they try to pull csulb.edu. Whether or not this is possible in your situation, I do not know. Something like this in the

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Justin Pasher
Mike Soultanian wrote: Justin Pasher wrote: Actually, ignore everything I just said. All this time I thought that was what apache was doing, but it's actually occurring after the mismatched server name warning is presented. The rewrite rule will still catch the request and redirect

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Justin Pasher
Justin Pasher wrote: Mike Soultanian wrote: Justin Pasher wrote: You can simplify this a bit by saying "redirect anything that is not going to www.csulb.edu". However, you'll have to put the rewrite directives inside the configuration for the SSL version of the site, as the

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Justin Pasher
Mike Soultanian wrote: Justin Pasher wrote: You can simplify this a bit by saying "redirect anything that is not going to www.csulb.edu". However, you'll have to put the rewrite directives inside the configuration for the SSL version of the site, as the .htaccess file

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Justin Pasher
r. RewriteEngine on RewriteCond %{HTTP_HOST} !^www\.csulb\.edu$ RewriteRule ^/(.*)$ https://www.csulb.edu/$1 [R=permanent,L] -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See htt

Re: [EMAIL PROTECTED] Disable keepalive at runtime

2008-09-25 Thread Justin Pasher
uld require the apache processes to be able to dynamically change configuration options on the fly, which sounds like it would be extremely messy. It would also have to be defined in some sort of "user created" container context, and KeepAlive is only support in the global config

Re: [EMAIL PROTECTED] pointing documentroot to a file instead of a directory

2008-09-22 Thread Justin Pasher
/mdah-live/pubs DirectoryIndex jmh.html UserDir disable ServerName journalmshistory.org ServerAlias *.journalmshistory.org DocumentRoot /var/www/sites/mdah-live/pubs DirectoryIndex jmh.html UserDir disable -- Jus

Re: [EMAIL PROTECTED] java app URL rewrite

2008-09-18 Thread Justin Pasher
make it match the real page you want to load. The third rule catches the request to the root directory. You might need/want to tweak the second rule on how much of the URL it matches for the rewrite, since I don't know whether things under &q

Re: [EMAIL PROTECTED] java app URL rewrite

2008-09-18 Thread Justin Pasher
getting this rule to work by itself (which seems like it should with the change above). Then additional rules can be added. -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See ht

Re: [EMAIL PROTECTED] java app URL rewrite

2008-09-18 Thread Justin Pasher
d.) RewriteRule ^jahia/Jahia/(.+)$ $1 [L] Have you tried using this? RewriteRule ^/jahia/Jahia/(.+)$ $1 [L] Notice the slash at the beginning. -- Justin Pasher - The official User-To-User support forum of the Apache

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

2008-09-17 Thread Justin Pasher
[EMAIL PROTECTED] wrote: On 9/17/08, André Warnier <[EMAIL PROTECTED]> wrote: Justin Pasher wrote: amiribarksdale wrote: What is the "standard" way to determine whether a user is indeed logged in to a site and online right then? I have a web app

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

2008-09-17 Thread Justin Pasher
okie or session information stored within your page. -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-

Re: [EMAIL PROTECTED] How memory are actually used?

2008-09-17 Thread Justin Pasher
emory usages available here: http://www.pixelbeat.org/scripts/ps_mem.py -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more

Re: [EMAIL PROTECTED] Configuration Question

2008-09-17 Thread Justin Pasher
es into play. This is most commonly set to public_html. The files will be pulled like so... http://1.2.3.4/~username/ -> pulls from -> /home/username/public_html (UserDir directive) -- Justin Pasher On Sep 16, 2008, at 12:50 PM, Justin Pasher wrote: Carol Walter w

Re: [EMAIL PROTECTED] Configuration Question

2008-09-16 Thread Justin Pasher
)? If so, then you simply need to set the UserDir directive accordingly based upon your home directory structure. Otherwise, please explain what you are trying to do a little more. -- Justin Pasher - The official User-To-User su

Re: [EMAIL PROTECTED] mod_rewrite question

2008-09-15 Thread Justin Pasher
rewrite rules depends on whether your files or directories are symlinks. Check the apache error log to see what what page the browser is attempting to pull. -- Justin Pasher - The official User-To-User support forum of th

Re: [EMAIL PROTECTED] blank pages

2008-09-12 Thread Justin Pasher
t set). If you are trying to read from the server set value, you should use $_SERVER['DOCUMENT_ROOT']. If the file works on the other server, then it probably means you have register_globals set to "on", which is a very

Re: [EMAIL PROTECTED] Logs

2008-09-11 Thread Justin Pasher
shell's globbing functionality, which means that it will only return files that exist. Justin Pasher - Original Message - From: "Justin Pasher" <[EMAIL PROTECTED]> To: Sent: Thursday, September 11, 2008 6:10 PM Subject: Re: [EMAIL PROTECTED] Logs Grant P

Re: [EMAIL PROTECTED] Logs

2008-09-11 Thread Justin Pasher
reate arbitrary directories/files like that, then there is no need to worry. -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info.

Re: [EMAIL PROTECTED] Checking if file or directory exist

2008-09-11 Thread Justin Pasher
ing environment, so I didn't even think of it. If all else fails, I find checking the apache error log can sometimes reveal things that you may not have known were going wrong. At any rate, it sounds like you're all set now! -- Justin Pasher ---

Re: [EMAIL PROTECTED] Checking if file or directory exist

2008-09-11 Thread Justin Pasher
.com/jasonpruim112> to p.php. Is this not what you are seeing? -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubsc

RE: [EMAIL PROTECTED] Logs

2008-09-10 Thread Justin Pasher
opposed to Windows. I'm not sure about the availability on Windows. -- Justin Pasher - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsub

Re: [EMAIL PROTECTED] Checking if file or directory exist

2008-09-10 Thread Justin Pasher
Jason Pruim wrote: On Sep 10, 2008, at 1:38 PM, Justin Pasher wrote: Jason Pruim wrote: Actually it is... It was something that I tried to fix the problem. All the links refer to /mail.php though... BEGIN LOG 192.168.0.253 - - [10/Sep/2008:13:28:26 -0400] [purl.schreurprinting.com/sid

Re: [EMAIL PROTECTED] Checking if file or directory exist

2008-09-10 Thread Justin Pasher
est. This might be due to the differences in rewrite rules in the apache config versus .htaccess. Do you have a RewriteBase set in the config? It looks like %{REQUEST_FILENAME} is not being evaluated to the full path of the file. I haven't had a chance to test myself in a VirtualHost confi

Re: [EMAIL PROTECTED] Checking if file or directory exist

2008-09-10 Thread Justin Pasher
other rewrite rules being invoked? Can you turn on the rewrite logging to see exactly what mod_rewrite is doing? RewriteLogLevel 3 RewriteLog /path/to/rewrite.log -- Justin Pasher - The official User-To-User support forum of

  1   2   >