[users@httpd] Errors starting apachectl after installing 2.4.26

2017-06-29 Thread Larose, Justin
definition of the symbol was not found. rtld: 0712-002 fatal error: exiting. Thanks, Justin LaRose ** This email and any files transmitted with it are intended solely for the use of the individual or agency to who

[users@httpd] Configuration conflict between root folder and sub-folder

2015-07-27 Thread Justin M.
or '', >but I did not get a satisfying solution at that time. Do you have some clues to apply my "DAV svn" configuration on all sub-folders of the root, except '/websvn'? This would be greatly helpful. Thanks to you all, Justin site_websvn.con

[users@httpd] Dynamic access control by remote hostname or IP

2014-10-23 Thread Mercier, Justin (N-NDP LLC)
that is valid that allows me to easily define folder access control by the client's hostname without having to create a Directory resource hard-coded for each? Thanks in advance! - Justin - To unsubscribe, e-mail: users-uns

[users@httpd] Apache returns 401 forbidden for OPTIONS requests

2014-04-04 Thread Justin Mrkva
I've finally tracked down an error I've been having to Apache returning a 401 for all OPTIONS requests. This happens for any directory, including those that have no Limit or Require directives. These locations all respond to GET requests. I've posted the httpd.conf at https://gist.github.com/a

[users@httpd] SQL logging

2011-09-29 Thread Justin Georgeson
What do people recommend for logging httpd access to SQL. I know at the very worst I can set CustomLog "| sql_insert.sh" ... but was hoping there's something more efficient. I see the mod_log_sql project on OutOfOrder.cc, but that seems to stop at httpd 2.0. I see some people have an independent

[users@httpd] logging and mod_dav

2011-09-29 Thread Justin Georgeson
I am setting up a server with mod_dav and have found that when people use something like NetDrive on Windows to mount it as a local drive, the logs are enormous. Copying a CD sized file generates over 600 GET requests. We need to log all the file downloads from and that's going to make it proble

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] ssl_error_rx_record_too_long

2010-06-14 Thread Justin Carlson
In my experience the cert will work on any physical server where the cert and key are present as long as the CN used in the virtual host is the same on both. The IP is not taken into account for certs on SSL just the name. but you can only have ONE ssl site per IP as SSL based name virtual hos

[us...@httpd] Apache config files in SQL

2010-06-14 Thread Justin Carlson
Hello all, I have been searching for a while and was wondering how/if there was a way to put Apache's config files in sql or some other mechanism for multiple machines to share the same config/be updateable from multiple locations once. I have toyed with using a distributed FS for just the c

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
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 if the log shows up

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
Greene, Gregory wrote: I tried what Charan suggested but it didn't work either. In answer to what Justin asked, yes, my files that contain the SSI are in either .htm or .html. The files are in a subdirectory structure below /var/www/html. Do I have to specify the absolute directory pa

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
François Beaune wrote: Hey Justin, Thanks for your answer. I did add the various versions of the SSLCipherSuite directive to my virtual host container, sorry if that wasn't clear. In the meantime I found that, by inspecting the handshake between TortoiseSVN and Apache, the connection

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] Apache 2.0.63 log timestamps

2009-09-09 Thread Justin Amburn
Thanks for the reply William. Justin -Original Message- From: William A. Rowe, Jr. [mailto:wr...@rowe-clan.net] Sent: Tuesday, September 08, 2009 4:45 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Apache 2.0.63 log timestamps Justin Amburn wrote: > Hi all, > > I

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

[us...@httpd] Apache 2.0.63 log timestamps

2009-09-08 Thread Justin Amburn
ior, but I have not been able to reproduce it. Any feedback would be welcome. Thanks all. Thanks, Justin Amburn

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] remove my email jayamo...@yahoo.co.uk and mine justinzhang1...@gmail.com

2009-06-22 Thread Justin Zhang
Something wrong with the Email removal. I tried a few times but never got removal. Please help manually remove mine justinzhang1...@gmail.com and Jay's email. On Sat, Jun 20, 2009 at 8:34 PM, Jay Jesus Amorin wrote: > Hi, > > Sorry for the cross posting. I always got an error when i sent message

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] Port number for DCP?

2009-05-15 Thread Justin Zhang
DLink router support told me there are two traffic types ADP and DCP? and what is the port number is used for DCP? On Fri, May 15, 2009 at 10:14 AM, Evan Platt wrote: > At 10:12 AM 5/15/2009, you wrote: > >> What port number is for DCP traffic type? Justin >> > > DCP?

[us...@httpd] Port number for DCP?

2009-05-15 Thread Justin Zhang
What port number is for DCP traffic type? Justin

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] Fwd: Home Web Server

2009-05-14 Thread Justin Zhang
Ip address is 192.168.0.1 On Thu, May 14, 2009 at 10:57 AM, André Warnier wrote: > Justin Zhang wrote: > >> My setup is exactly the same as the link picture. >> >> I try connect routher via phone adapter and bypass phone adapter (direcly >> to >> DSL modem,

Re: [us...@httpd] Fwd: Home Web Server

2009-05-14 Thread Justin Zhang
, turning something on or > off, or what ? > > Also, when you talk about "router", which box do you mean ? > > > > > > Justin Zhang wrote: > >> You can see the diagram in the link >> http://en.wikipedia.org/wiki/File:Voip-typical.gif >> Tha

Re: [us...@httpd] Fwd: Home Web Server

2009-05-14 Thread Justin Zhang
You can see the diagram in the link http://en.wikipedia.org/wiki/File:Voip-typical.gif Thanks On Thu, May 14, 2009 at 8:57 AM, André Warnier wrote: > Justin Zhang wrote: > >> Now only local address is working http://192.168.0.100:8080/ >> >> Besides myIPaddress, is ther

Re: [us...@httpd] Fwd: Home Web Server

2009-05-14 Thread Justin Zhang
right or both are not right. Thanks, Justin On Thu, May 14, 2009 at 8:45 AM, Richard Peacock < richard.peac...@minorplanet.com> wrote: > Hello > > > > It’s still not working: > > > > “The server at 24.78.136.243 is taking too long to respond.” > > &g

Re: [us...@httpd] Fwd: Home Web Server

2009-05-13 Thread Justin Zhang
Current router configuration Virtual Server HTTP 192.168.0.100 TCP 8080/8080 Always Private port and public port are all 8080. Before it is 80/80 for port 80 On Wed, May 13, 2009 at 11:46 AM, André Warnier wrote: > Justin Zhang wrote: > >> http://192.168.0.100:8080 is workin

Re: [us...@httpd] Fwd: Home Web Server

2009-05-13 Thread Justin Zhang
Thank you for the tips. I have to clarify my current configuration Listen 8080 ServerName 24.78.136.243 Now both http://192.168.0.100/ and http://192.168.0.100:8080/ are working. Still need testing external IP 24.78.136.243. On Wed, May 13, 2009 at 11:33 AM, André Warnier wrote: > Jus

Re: [us...@httpd] Fwd: Home Web Server

2009-05-13 Thread Justin Zhang
http://192.168.0.100:8080 is working for me now. Could you help try my external IP *24.78.136.243* Thanks, On Wed, May 13, 2009 at 11:28 AM, Frank Gingras wrote: > Justin, > > You'll need to use http://192.168.0.100:8080 from your internal machines, > after you restarted

Re: [us...@httpd] Fwd: Home Web Server

2009-05-13 Thread Justin Zhang
is the one that has this >> external IP address), does not know that when some external computer tries >> to contact it on port 80, it should pass on this call to your internal >> webserver. So it tries to answer itself, but itself has no webserver active >> on port 80. &

Re: [us...@httpd] Fwd: Home Web Server

2009-05-13 Thread Justin Zhang
tries > to contact it on port 80, it should pass on this call to your internal > webserver. So it tries to answer itself, but itself has no webserver active > on port 80. > > > > > Justin Zhang wrote: > >> On Wed, May 13, 2009 at 7:58 AM, André Warnier wrote: >

Re: [us...@httpd] Fwd: Home Web Server

2009-05-13 Thread Justin Zhang
Is my cofiguration right? Listen 192.168.0.100:80 ServerName 24.78.136.243:80 On Wed, May 13, 2009 at 9:32 AM, J. Greenlees wrote: > Justin Zhang wrote: > > My apache web server is connected as the diagram through DLink > router,Phone > > adapter and Shaw cable m

Re: [us...@httpd] Fwd: Home Web Server

2009-05-13 Thread Justin Zhang
I did already from DLink configuration page On Wed, May 13, 2009 at 8:08 AM, Lester Caine wrote: > Justin Zhang wrote: > >> Do you mean ipconfig? I got 192.168.0.100 for my server computer >> > > That is a private IP address and is never used outside a site. You nne

Re: [us...@httpd] Fwd: Home Web Server

2009-05-13 Thread Justin Zhang
How to open a port to allow the local web site out? Thanks On Wed, May 13, 2009 at 8:06 AM, Lester Caine wrote: > Justin Zhang wrote: > >> Thank you for the quick reply. How do I know which external IP address is >> right. I got 2 different address from myIPaddress wi

Re: [us...@httpd] Fwd: Home Web Server

2009-05-13 Thread Justin Zhang
On Wed, May 13, 2009 at 7:58 AM, André Warnier wrote: > Justin Zhang wrote: > >> Thank you for the quick reply. How do I know which external IP address is >> right. I got 2 different address from myIPaddress with & without phone >> router. 24.78.136.243 and 24.78.

Re: [us...@httpd] Fwd: Home Web Server

2009-05-13 Thread Justin Zhang
@gmail.com] Sent: Wednesday, May 13, >> 2009 9:38 AM >> To: users@httpd.apache.org >> Subject: Re: [us...@httpd] Fwd: Home Web Server >> >> On Wed, May 13, 2009 at 10:25 AM, Justin Zhang >> wrote: >> >> >>> My apache web server is connected a

Re: [us...@httpd] Fwd: Home Web Server

2009-05-13 Thread Justin Zhang
> Sent: Wednesday, May 13, 2009 9:38 AM > To: users@httpd.apache.org > Subject: Re: [us...@httpd] Fwd: Home Web Server > > On Wed, May 13, 2009 at 10:25 AM, Justin Zhang > wrote: > > My apache web server is connected as the diagram through DLink > > router,Phone adapte

Re: [us...@httpd] Fwd: Home Web Server

2009-05-13 Thread Justin Zhang
Thank you for the quick reply. How do I know which external IP address is right. I got 2 different address from myIPaddress with & without phone router. 24.78.136.243 and 24.78.147.173. Is my configuration right? ServerName 24.78.147.173:80 Thanks Justin On Wed, May 13, 2009 at 7:38 AM,

[us...@httpd] Fwd: Home Web Server

2009-05-13 Thread Justin Zhang
? I check my IP address from myIPaddress and get *24.78.136.243* I try to browser with http://24.78.136.243/ but cannot open it. I got following message. What should I do to publish my website over internet? Thanks, Justin Internet Explorer cannot display the webpage Most likely

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:

[EMAIL PROTECTED] error_log file of 150 Gb!!

2008-11-19 Thread Justin Wright
hours. I read somewhere that apache limited or could limit the size of the log files as it was writing them? I couldn't find any configuration settings like this in the documentation. I would appreciate any suggestions. regards Justin Wright

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
Erik Westland wrote: Justin et al, That is promising, but I can't alter any of the request parameters before the filter has a chance to record them. I haven't tried this solution yet, but I believe URL rewriting will change the request params to reflect the new target. This could

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 --

  1   2   >