[users@httpd] Apache switching PHP versions when Sethandler is set in apache config file

2022-08-22 Thread Steve Hyde
Hello, I have given a detailed outline of my issue as well as configuration, links to posts from other users with the same issue, and attempted fixes here: https://serverfault.com/questions/1108437/why-are-my-2-sites-on-the-same-server-randomly-switching-php-versions-with-ph I'm not sure if it'

Re: [users@httpd] display Markdown in apache2?

2022-07-17 Thread Steve Williams
On 7/17/2022 6:29 PM, Gary Aitken wrote: Can anyone point me at a resource for help getting apache2 to display Markdown (.md) files as translated to html? I did that awhile back: https://sbw.org/mdhandler/ It was a fun project!

[users@httpd] Minimal Example of Caching Reverse Proxy for One URL?

2021-08-09 Thread Steve Williams
Can anyone point me to a minimal example of configuring a reverse proxy for a single .js URL, where the local server caches the Javascript file and serves it with appropriate headers, like Expires, Last-Modified, Cache-Control, etc., and maybe even a 304 response if the request includes If-Modi

Re: [users@httpd] Intermittent "'www-browser --dump http://localhost:80/server-status' failed" errors generated by "apachectl status"

2021-05-06 Thread Steve Dondley
However, I can't find this script anywhere on my Debian Buster install. How do I get and install this script? https://packages.debian.org/search?mode=filename&searchon=contents&keywords=log_server_status Looks like you need to install apache2-doc Thanks but the documentation package doesn

Re: [users@httpd] Intermittent "'www-browser --dump http://localhost:80/server-status' failed" errors generated by "apachectl status"

2021-05-06 Thread Steve Dondley
On 2021-05-06 10:37 AM, Nick Folino wrote: > Did the report run fine? or was the error tacked on to the end of the file > that already contained a good run of the report? Yes, the report runs/outputs just fine and looks just like the other reports except it's got that error gets tacked on to th

Re: [users@httpd] Intermittent "'www-browser --dump http://localhost:80/server-status' failed" errors generated by "apachectl status"

2021-05-06 Thread Steve Dondley
5-06 09:53 AM, Steve Dondley wrote: I have a script, triggered by cron, that runs every minute that checks the status of the localhost's server: my $status = `sudo apachectl status 2>&1`; After a freshly restarted apaceh2 daemon, the script works fine and the contents of $status get w

Re: [users@httpd] Intermittent "'www-browser --dump http://localhost:80/server-status' failed" errors generated by "apachectl status"

2021-05-06 Thread Steve Dondley
On 2021-05-06 10:13 AM, Steve Dondley wrote: > On 2021-05-06 10:08 AM, Paul Leo wrote: > >> Maybe change environment variable to include full path to www-browser? >> But this doesn't explain intermittent nature What's also confusing is that the report gets gene

Re: [users@httpd] Intermittent "'www-browser --dump http://localhost:80/server-status' failed" errors generated by "apachectl status"

2021-05-06 Thread Steve Dondley
On 2021-05-06 10:08 AM, Paul Leo wrote: > Maybe change environment variable to include full path to www-browser? > But this doesn't explain intermittent nature I should have mentioned that I have the apache config set up to non-http traffic to https. I'm wondering if somehow port 443 gets blocke

Re: [users@httpd] Intermittent "'www-browser --dump http://localhost:80/server-status' failed" errors generated by "apachectl status"

2021-05-06 Thread Steve Dondley
On 2021-05-06 09:59 AM, Nick Folino wrote: > That appears to be generated by your OS, not the Apache httpd server. The error can occur when running "apachectl status" directly from the command line. Is the "apachectl" command is part of the apache project: https://httpd.apache.org/docs/2.4/prog

[users@httpd] Intermittent "'www-browser --dump http://localhost:80/server-status' failed" errors generated by "apachectl status"

2021-05-06 Thread Steve Dondley
I have a script, triggered by cron, that runs every minute that checks the status of the localhost's server: my $status = `sudo apachectl status 2>&1`; After a freshly restarted apaceh2 daemon, the script works fine and the contents of $status get written to a file. But after several minutes

[users@httpd] Fwd: E tag numbers

2015-05-11 Thread steve owen
Sirs, Don't know if I'm following the correct protocol! This is the enquiry I sent Eric he informed that I should join this format. I would like an answer to the questions below if possible. regards Steve - Original Message ----- From: steve owen To: webmas...@apache.org

[users@httpd] Update on password-protected directory problem

2015-02-08 Thread Steve Matzura
I found the problem, but can't explain it. In my original site-specific .conf file I had a directory block giving access to a directory that does not exist. It was a holdover from the old system that was not duplicated/replicated on the new one. The odd thing is that Apache didn't complain about t

Re: [users@httpd] Still no luck with protected login

2015-02-05 Thread Steve Matzura
;On 02/04/2015 08:19 PM, Steve Matzura wrote: >> I've taken a copy of a site-specific configuration that worked on a >> 2.2 server and applied it, with changes reflecting different directory >> names, to a 2.4 server. The 2.4 machine lets me into the protected >> area wi

[users@httpd] Still no luck with protected login

2015-02-04 Thread Steve Matzura
I've taken a copy of a site-specific configuration that worked on a 2.2 server and applied it, with changes reflecting different directory names, to a 2.4 server. The 2.4 machine lets me into the protected area without asking for login credentials. I've sent a copy of the .conf file I'm using to Er

Re: [users@httpd] User Authorization Not Working

2015-02-01 Thread Steve Matzura
On Sun, 1 Feb 2015 17:45:14 -0500, you wrote: >On Sun, Feb 1, 2015 at 5:21 PM, Steve Matzura wrote: >> If it didn't match, wouldn't httpd -t kick it back as a mismatch? I > >No, it doesn't know at startup that no URL will be mapped below this directory. Well here&#

Re: [users@httpd] User Authorization Not Working

2015-02-01 Thread Steve Matzura
ctory for the private area. There are two separate areas, one public, one private. The public one, which I didn't show, works fine. The private one, which is the one I did show, does not ask for the password in .htpasswd. >On Sun, Feb 1, 2015 at 2:15 PM, Steve Matzura wrote: >> On

Re: [users@httpd] User Authorization Not Working

2015-02-01 Thread Steve Matzura
e or password is asked for. >On Sun, Feb 1, 2015 at 11:55 AM, Steve Matzura wrote: >> Upon re-reading this message, I find there was something about which I >> was extremely unclear and ambiguous. I said that the access to the >> password-protected area wasn't working,

Re: [users@httpd] User Authorization Not Working

2015-02-01 Thread Steve Matzura
Upon re-reading this message, I find there was something about which I was extremely unclear and ambiguous. I said that the access to the password-protected area wasn't working, but failed to specify just what wasn't working. The problem is that Apache isn't asking for the password, and letting any

[users@httpd] User Authorization Not Working

2015-01-31 Thread Steve Matzura
I maintain a 2.2 server and am building a 2.4 one. I have a file in a sites-enabled directory containing all the directives I need to define security for my open and password-protected directories. There is an "include" directive in the master configuration file /etc/httpd/conf/httpd.conf. httpd -t

Re: [users@httpd] Using mod_rewrite to control the browser address barWhat Controls What's in a Browser's Address Bar?

2014-11-10 Thread Steve Matzura
Yeah. The whole thing is a bloody mess! Will work it out later this morning. I wonder why my FF shows the raw IP address but yours doesn't. Strange. On Sun, 09 Nov 2014 22:51:52 +0100, you wrote: >On Sun, 09 Nov 2014 10:46:36 -0500, you wrote: > >> It changes from the very first access request. G

Re: [users@httpd] Using mod_rewrite to control the browser address barWhat Controls What's in a Browser's Address Bar?

2014-11-09 Thread Steve Matzura
Oh how strange. In Internet Explorer, you're right, but in Firefox, it shows the IP address. Wonder how *THAT* is. On Sun, 9 Nov 2014 11:09:05 -0500, you wrote: >On Sun, Nov 9, 2014 at 10:46 AM, Steve Matzura wrote: >> It changes from the very first access request.

Re: [users@httpd] Using mod_rewrite to control the browser address barWhat Controls What's in a Browser's Address Bar?

2014-11-09 Thread Steve Matzura
On Sun, 9 Nov 2014 08:19:23 -0500, you wrote: >On Sun, Nov 9, 2014 at 1:22 AM, Steve Matzura wrote: >> On the site hosting the A-record for my server, the A-record address >> is what shows up in the address bar of a browser when I browse to the >> URL of the named virtual ho

[users@httpd] Using mod_rewrite to control the browser address barWhat Controls What's in a Browser's Address Bar?

2014-11-08 Thread Steve Matzura
Now my named virtual host is working correctly, I've another problem, and I think this is an easy one. It's just a matter of what "flavor," if you will, of the directive to use. On the site hosting the A-record for my server, the A-record address is what shows up in the address bar of a browser wh

Re: [users@httpd] Almost There

2014-11-08 Thread Steve Matzura
Edgar, Eric, et al.: All problems solved. For what reason I don't know, I did not need a VirtualHost block in httpd.conf for the main address. It may already have been defined in the main config file apache.conf, but when I removed the globalvoice.info block from httpd.conf and re-inserted the Nam

Re: [users@httpd] Almost There

2014-11-08 Thread Steve Matzura
On Sat, 08 Nov 2014 12:49:18 -0600, you wrote: >Make a backup copy of your httpd.conf: > >cp /path/to/httpd.conf /path/to/httpd.conf.bk > >and replace with the attachment and see what happens. I'll have to do some minor editing because our document root paths are quite different than the defaults

Re: [users@httpd] Almost There

2014-11-08 Thread Steve Matzura
On Sat, 8 Nov 2014 13:39:07 -0500, you wrote: >On Sat, Nov 8, 2014 at 12:53 PM, Steve Matzura wrote: >> > >Don't put a hostname there. Use *:80 throughout if you don't care what >local interface was used (you don't). I tried that and it's still

Re: [users@httpd] Almost There

2014-11-08 Thread Steve Matzura
Edgar: On Sat, 08 Nov 2014 11:09:36 -0600, you wrote: >I have a feeling the answers to your problems can be found in: > >Include /etc/apache2/conf.d/ Nothing in there worth including except mailman.conf and squirrelmail.conf. Unless you want the security file, too. >Include /etc/apache2/sites-e

Re: [users@httpd] Almost There

2014-11-08 Thread Steve Matzura
Eric: On Sat, 8 Nov 2014 11:37:31 -0500, you wrote: >On Sat, Nov 8, 2014 at 11:30 AM, Steve Matzura wrote: >> I suspect my old installatioin of Apache 2.2.4 is buggered. There is >> absolutely no httpd program anywhere on the system, and the official >> documentation keep

Re: [users@httpd] Almost There

2014-11-08 Thread Steve Matzura
ncludes? >On 11/06/2014 10:14 PM, Steve Matzura wrote: >> It occurred to me that apache2.conf might be what's wanted. Here it >> is, without the comments, and lots of white space removed. >> >> ServerRoot "/etc/apache2" >> LockFile /var/lock/apache2/accept

Re: [users@httpd] Almost There

2014-11-06 Thread Steve Matzura
It occurred to me that apache2.conf might be what's wanted. Here it is, without the comments, and lots of white space removed. ServerRoot "/etc/apache2" LockFile /var/lock/apache2/accept.lock PidFile ${APACHE_PID_FILE} Timeout 300 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15 Sta

Re: [users@httpd] Almost There

2014-11-06 Thread Steve Matzura
I did. Here it is again. Actual domain names obfuscated to preserve anonymity. ServerName www.domain1.com ServerAlias domain1.com *.domain1.com DocumentRoot /webfiles-root/www/domain1.com ServerName www.domain2.com ServerAlias domain2.com *.domain2.com DocumentRoot /webfiles-root/www/domain2.c

[users@httpd] Almost There

2014-11-06 Thread Steve Matzura
I've swung my second domain over to the first address. The first domain URL still works, but the second newly added address does not. What happens is that when browsing to the new address, the correct server responds, but the default document root is used. This indicates to me that I've specified s

Re: [users@httpd] Problem with httpd.conf

2014-11-06 Thread Steve Matzura
I did, and it worked. I just don't know if it will server the other domain yet. Waiting for DNS catch-up. On Thu, 06 Nov 2014 11:02:13 -0600, you wrote: >What happens if you omit the NameVirtualHost directive? > >On 11/06/2014 10:56 AM, Steve Matzura wrote: >> On Thu, 06 Nov

Re: [users@httpd] Problem with httpd.conf

2014-11-06 Thread Steve Matzura
I got to thinking, if I have a mismatch, what if I remove the NameVirtualHost line? I did, and the error went away. Now I have to test it to see that the second domain will be server by name. On Thu, 6 Nov 2014 11:33:42 -0500, you wrote: >On Thu, Nov 6, 2014 at 11:22 AM, Steve Matzura wr

Re: [users@httpd] Problem with httpd.conf

2014-11-06 Thread Steve Matzura
On Thu, 06 Nov 2014 10:30:32 -0600, you wrote: >Try giving NameVirtualHost 0.0.0.0:80 or the actual ip:80. Not sure if >it will change anything, but its worth the 10 seconds it will take to >implement. Sorry, same error, just substituting * with either 0.0.0.0 or the actual address. ---

Re: [users@httpd] Problem with httpd.conf

2014-11-06 Thread Steve Matzura
t;try this to test your virtual host config. > >#apache2ctl -S > >On 11/06/2014 09:43 AM, Steve Matzura wrote: >> When restarting the server with 'apache2ctl restart', or when using >> the -t option to check the syntax of files, I get the following after >> the

Re: [users@httpd] Problem with httpd.conf

2014-11-06 Thread Steve Matzura
On Thu, 6 Nov 2014 11:06:06 -0500, you wrote: >On Thu, Nov 6, 2014 at 10:43 AM, Steve Matzura wrote: >> NameVirtualHost *:80 > > >You probably have two or more of these, you only want 1. How does that jibe with the article saying I need a blo

Re: [users@httpd] Error when restarting server as root

2014-11-06 Thread Steve Matzura
OK, the bad news is, apachectl didn't work, but the good news is that apache2ctl did. The server restart fine with a 0-length httpd.conf. See next message for new problem. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.o

[users@httpd] Problem with httpd.conf

2014-11-06 Thread Steve Matzura
When restarting the server with 'apache2ctl restart', or when using the -t option to check the syntax of files, I get the following after the current date-and-time stamp: [warn] NameVirtualHost *:80 has no VirtualHosts Before I added anything to httpd.conf, it was empty--a 0-length file--which I

[users@httpd] Error when restarting server as root

2014-11-05 Thread Steve Matzura
I'm running version 2.2 on a Debian 4 system (OK, don't laugh please). It's been running swell for years. And before anyone says the answer to life, the universe and everything is to upgrade to 2.4, that's already been done on a test bed, and yes, I'm having the same problem over there. It's this:

[users@httpd] Public Vs. Development (Private) URL to Document: Not Same Document Roots For Absolute URLs of Supporting Documents

2013-10-07 Thread Steve Penner
Apache/2.4.3 (Win32) OpenSSL/0.9.8x PHP/5.4.8 The (Windows) filesystem for my server this Windows path: Z:\service.web.opinions The tree under Z:\service.web.opinions is: Z:\service.web.opinions * developing * _content ++ opinionDocs.js ** culture +++elections.htm

[users@httpd] keep access.log file with rotatelogs

2013-09-17 Thread steve . moss
I would like to archive my access.log files but keep the current file called access.log while renaming the log that is archived. That is, I want the log that is currently being written to, to be called access.log, and for archived files to be named differently. I am running in a windows environm

[users@httpd] reverse_proxy related: howto rewrite code passing through

2013-05-08 Thread Steve Mallett
rse proxy? Specifically, I'd like to be able to remove some js scripts, but not all of them. Thanks. Steve - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Access and Error Logs Being Created Before Reaching Maximum Size or Time

2013-03-08 Thread Steve Penner
== > On Friday 08 March 2013 08:02:36 Steve Penner wrote: >> BRIEF BACKGROUND >> From the Internet, users can access my web server using EITHER name >> *website1*.dynalias.org OR *website2*.dyndns.blog.com (provided by >> DynDNS.com dynamic DNS). The VHOSTS file sends

Re: [users@httpd] Access and Error Logs Being Created Before Reaching Maximum Size or Time

2013-03-08 Thread Steve Penner
Thanks, Tom. Improving server security is precisely my highest priority, and you have helped. SP On 08-Mar-2013 5:59, Tom Evans wrote: > On Fri, Mar 8, 2013 at 1:02 PM, Steve Penner > wrote: >> BRIEF BACKGROUND >> From the Internet, users can access my web server

[users@httpd] Access and Error Logs Being Created Before Reaching Maximum Size or Time

2013-03-08 Thread Steve Penner
BRIEF BACKGROUND >From the Internet, users can access my web server using EITHER name *website1*.dynalias.org OR *website2*.dyndns.blog.com (provided by DynDNS.com dynamic DNS). The VHOSTS file sends them to different document routes depending on the name they chose. In addition, I can enter "ht

[users@httpd] Setting Directory Listings Only To One Subnet

2013-01-09 Thread Steve Penner
A friend of mine posted the message below the '' for me recently. He told me that it went unanswered, although he told me it might have gone unanswered because it was a holiday time. I would like to confirm that what I want to do is not possible: I have directory "abc" from the docum

Re: [users@httpd] Alternate Ports and Virtual Directories

2012-03-08 Thread Steve Swift
d Matching Vhosts in http.conf. However, I've removed the vhosts for now > as I don't want to muddy the waters on this part. > > I believe the directives should look like: > > > DocumentRoot "C:\Users\Public\Documents\CT" > ServerName ct.local

Re: [users@httpd] Alternate Ports and Virtual Directories

2012-03-08 Thread Steve Swift
e removed the vhosts for now > as I don't want to muddy the waters on this part. > > I believe the directives should look like: > > > DocumentRoot "C:\Users\Public\Documents\CT" > ServerName ct.local > > AllowOverride all > > Order Deny,Allow > Deny from all > Allow from 127.0.0.1 > > > > Any help would be greatly appreciated. > -- > View this message in context: > http://old.nabble.com/Alternate-Ports-and-Virtual-Directories-tp33465842p33465842.html > Sent from the Apache HTTP Server - Users mailing list archive at > Nabble.com. > > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Steve Swift http://www.swiftys.org.uk

Re: [users@httpd] changing owner:group of uploaded data

2012-03-04 Thread Steve Swift
-**- > To unsubscribe, e-mail: > users-unsubscribe@httpd.**apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Steve Swift http://www.swiftys.org.uk

Re: [users@httpd] Problems with cgi scripts and Apache's log.

2012-03-01 Thread Steve Swift
erved from page /go_away.html in your document root; you'd have to adjust the path to suit your system. You could put anything in there, such as: Page not foundPlease stop using URI /cgi-bin/cbws1084.dll 2012/3/1 Antonio Fernández Pérez > Hi Steve > > Thanks for your reply. I don&

Re: [users@httpd] Problems with cgi scripts and Apache's log.

2012-03-01 Thread Steve Swift
ravés del teléfono (+ 34) 966 26 11 11 y proceda a su eliminación, así > como a la de cualquier documento adjunto al mismo. Asimismo, le comunicamos > que la distribución, copia o utilización de este mensaje, o de cualquier > documento adjunto al mismo, cualquiera que fuera su finalidad, están > prohibidas por la ley. > > > > -- Steve Swift http://www.swiftys.org.uk

Re: [users@httpd] unexpected EOF while looking for matching

2012-02-20 Thread Steve Swift
xternal > request)? That would be helpful in attributing the error to a given > request, but I can't think of a way to do that. > -- Steve Swift http://www.swiftys.org.uk

Re: [users@httpd] unexpected EOF while looking for matching

2012-02-20 Thread Steve Swift
ome excitement to the next occurrence of the problem. It's just a shame that they are quite rare. On 20 February 2012 13:54, Tom Evans wrote: > 'll try and make it clearer - Apache *does not* invoke sh, *for any > reason*. If sh is being invoked, your script is doing it. If you s

Re: [users@httpd] unexpected EOF while looking for matching

2012-02-20 Thread Steve Swift
gt; Again, unlikely. Computer programs, given the same inputs, will > generally produce the same outputs. Probably you are not invoking the > script with the same environment - if you are invoking as a CGI, that > includes all headers, cookies, user agent strings etc. > -- Steve Swift http://www.swiftys.org.uk

Re: [users@httpd] unexpected EOF while looking for matching

2012-02-18 Thread Steve Swift
-- > 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 > " from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Steve Swift http://www.swiftys.org.uk

Re: [users@httpd] vhosts conf file efficiency

2012-02-12 Thread Steve Swift
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > " from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Steve Swift http://www.swiftys.org.uk

Re: [users@httpd] RE: Can you use variables inside a conf file?

2012-01-29 Thread Steve Swift
I'll investigate mod_macro. Thank you. On 29 January 2012 11:01, Rainer Jung wrote: > On 29.01.2012 09:42, Steve Swift wrote: > >> Out of curiosity, is it possible to define the same environment >> variable, but with different values, in different VirtualHosts? I >&g

Re: [users@httpd] RE: Can you use variables inside a conf file?

2012-01-29 Thread Steve Swift
feature. > > Regards, > > Rainer > > > --**--**- > The official User-To-User support forum of the Apache HTTP Server Project. > See > http://httpd.apache.org/**userslist.html<http://httpd.apache.org/user

Re: [users@httpd] Running cgi binaries as root

2012-01-24 Thread Steve Swift
TTP Server Project. > See > http://httpd.apache.org/**userslist.html<http://httpd.apache.org/userslist.html>> > for more info. > To unsubscribe, e-mail: > users-unsubscribe@httpd.**apache.org > " from the digest: > users-digest-unsubscribe@**httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Steve Swift http://www.swiftys.org.uk

Re: [users@httpd] webserver

2012-01-21 Thread Steve Swift
On 21 January 2012 08:33, Dr. Sunil M. Dogra wrote: > Sorry my private ip is 10.20.1.44 and 10.20.1.45 > > > > Thank you Steve >> >> 10.20.2.1 is my private ip >> >> ping 10.20.1.44 works >> ssh to 10.20.1.44 works >> >> scp from 10.20.1.

Re: [users@httpd] webserver

2012-01-20 Thread Steve Swift
Apache HTTP Server Project. > See > http://httpd.apache.org/**userslist.html<http://httpd.apache.org/userslist.html>> > for more info. > To unsubscribe, e-mail: > users-unsubscribe@httpd.**apache.org > " from the digest: > users-digest-unsubscribe@**httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Steve Swift http://www.swiftys.org.uk

Re: [users@httpd] Name Virtual Host Weirdness

2012-01-13 Thread Steve Swift
get there because the vhost > was the first listed and hence default. > > Cheers > > Tom > > - > 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 > " from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Steve Swift http://www.swiftys.org.uk

Re: [users@httpd] Name Virtual Host Weirdness

2012-01-12 Thread Steve Swift
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 > " from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Steve Swift http://www.swiftys.org.uk

Re: [users@httpd] virtualhost on localhost with .htaccess

2012-01-07 Thread Steve Swift
re that it is well configured ? > > > thx. > -- > Alain > --- > Windows 7 x64 / Fedora 14 x64 > PostgreSQL 8.3.5 / MySQL 5 > Apache 2.2.16 > PHP 5.3.1 > C# 2005-2008 > -- Steve Swift http://www.swiftys.org.uk

Re: [users@httpd] Configured New virtualhost asked for authentication entication

2011-12-24 Thread Steve Swift
m 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 > " from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Steve Swift http://www.swiftys.org.uk

Re: [users@httpd] apache won't start, and nothing written to error logs

2011-12-13 Thread Steve Swift
rects > # > # Some examples: > #ErrorDocument 500 "The server made a boo boo." > #ErrorDocument 404 /404.cfm > #ErrorDocument 404 "/cgi-bin/missing_handler.pl" > #ErrorDocument 402 http://server/subscription_info.html > # > > # > # EnableMMAP and EnableSendfile: On systems that support it, > # memory-mapping or the sendfile syscall is used to deliver > # files. This usually improves server performance, but must > # be turned off when serving from networked-mounted > # filesystems or if support for these functions is otherwise > # broken on your system. > # > #EnableMMAP off > #EnableSendfile off > > # Supplemental configuration > # > # The configuration files in the conf/extra/ directory can be > # included to add extra features or to modify the default configuration of > # the server, or you may simply copy their contents here and change as > # necessary. > > # Server-pool management (MPM specific) > #Include conf/extra/httpd-mpm.conf > > # Multi-language error messages > #Include conf/extra/httpd-multilang-errordoc.conf > > # Fancy directory listings > #Include conf/extra/httpd-autoindex.conf > > # Language settings > #Include conf/extra/httpd-languages.conf > > # User home directories > #Include conf/extra/httpd-userdir.conf > > # Real-time info on requests and configuration > #Include conf/extra/httpd-info.conf > > # Virtual hosts > #Include conf/extra/httpd-vhosts.conf > > # Local access to the Apache HTTP Server Manual > #Include conf/extra/httpd-manual.conf > > # Distributed authoring and versioning (WebDAV) > #Include conf/extra/httpd-dav.conf > > # Various default settings > #Include conf/extra/httpd-default.conf > > # Secure (SSL/TLS) connections > #Include conf/extra/httpd-ssl.conf > # > # Note: The following must must be present to support > # starting without SSL on platforms with no /dev/random equivalent > # but a statically compiled-in mod_ssl. > # > > SSLRandomSeed startup builtin > SSLRandomSeed connect builtin > > > > Order allow,deny > Deny from all > > > -- Steve Swift http://www.swiftys.org.uk

Re: [users@httpd] using htaccess on all hosts to block addresses

2011-12-12 Thread Steve Swift
gt; On Mon, Dec 12, 2011 at 5:42 PM, Steve Swift > wrote: > > I think you'll have to put it in the documentroot of all of your > > virtualhosts. Since it would be so much easier to do this in the Apache > > config, I'll assume that you cannot do this for some reason. &

Re: [users@httpd] using htaccess on all hosts to block addresses

2011-12-12 Thread Steve Swift
r 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 > " from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Steve Swift http://www.swiftys.org.uk

Re: [users@httpd] Double Slashes in URL Path

2011-12-03 Thread Steve Swift
ache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > " from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Steve Swift http://www.swiftys.org.uk

[users@httpd] Using Apacher httpd as a raw proxy (i.e. non web traffic)

2011-11-11 Thread Steve Cassidy
xy as well as web proxy? I already have a number of virtualhosts set up so ideally I would just want another virtualhost setup to handle this non-web traffic. Thanks in advance Steve Cassidy The Logic Group Enterprises Limited. Logic House, Waterfront Business Park, Fleet Road, Fleet, Hamp

Re: [users@httpd] Server default vhost

2011-11-03 Thread Steve Swift
er-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 > " from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Steve Swift http://www.swiftys.org.uk

Re: [users@httpd] best practice: suexec with PHP5 in a many-user/non-technical-user environment

2011-10-25 Thread Steve Swift
ystem. This makes PHP difficult since > php-cgi must be called. -- Steve Swift http://www.swiftys.org.uk

Re: [users@httpd] Intermittent access to web address

2011-10-25 Thread Steve Swift
ess within your home network. Mine is on 192.168.1.2 - the router being 192.168.1.1 On 26 October 2011 03:14, Webmaster Bill wrote: > It will work for a while then I start getting > connection time outs saying the web site is not > responding. > -- Steve Swift http://www.swiftys.org.uk

Re: [users@httpd] Fw: favicon.ico

2011-10-15 Thread Steve Swift
Is not relevant; You're going to get the accesses in there whether they result in 200 or 404. On 15 October 2011 06:35, Dan Trainor wrote: > And the access log? > On Oct 14, 2011 9:59 PM, "Steve Swift" wrote: > >> I don't have any particular axe to grin

Re: [users@httpd] Fw: favicon.ico

2011-10-14 Thread Steve Swift
This question comes up regularly. On 14 October 2011 22:37, William A. Rowe Jr. wrote: > On 10/14/2011 3:56 PM, Steve Swift wrote: > > It is surprising that the installation of apache does not install a > sample favicon.ico > > (the apache "feather", perhaps). > &g

Re: [users@httpd] Fw: favicon.ico

2011-10-14 Thread Steve Swift
not recognize the folder and > I > > > get the same > > Woops, I read this again. favicon.ico is not a folder; it's an image > file. Find more than you ever wanted to know here: > > http://en.wikipedia.org/wiki/Favicon > > -- > Mark H. Wood, Lead System Programme

Re: [users@httpd] Which module is affected by the Range header issue?

2011-09-27 Thread Steve Foster
anyone? cheers.. On Thu, Sep 8, 2011 at 6:14 PM, Steve Foster wrote: > All, > > did anyone have any thoughts or opinions on this? > > cheers > > Steve > > On Wed, Aug 31, 2011 at 5:31 PM, Steve Foster < > stephenfoster1...@gmail.com> wrote: > >> i&

Re: [users@httpd] Hidden 301 redirect buried somewhere in configuration

2011-09-19 Thread Steve Swift
> See > http://httpd.apache.org/**userslist.html<http://httpd.apache.org/userslist.html>> > for more info. > To unsubscribe, e-mail: > users-unsubscribe@httpd.**apache.org > " from the digest: > users-digest-unsubscribe@**httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Steve Swift http://www.swiftys.org.uk

Re: [users@httpd] Which module is affected by the Range header issue?

2011-09-08 Thread Steve Foster
All, did anyone have any thoughts or opinions on this? cheers Steve On Wed, Aug 31, 2011 at 5:31 PM, Steve Foster wrote: > i've also had a thought, I also implemented the following: > > LimitRequestLine 4000 > > Which is about half of the default size i beleive, could th

Re: [users@httpd] httpd-vhosts.conf using include

2011-09-06 Thread Steve Swift
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 > " from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Steve Swift http://www.swiftys.org.uk

Re: [users@httpd] Which module is affected by the Range header issue?

2011-08-31 Thread Steve Foster
heers Steve On Tue, Aug 30, 2011 at 4:44 PM, Steve Foster wrote: > Correction , the static file gives a 206 status code... > > >

Re: [users@httpd] Which module is affected by the Range header issue?

2011-08-30 Thread Steve Foster
Correction , the static file gives a 206 status code... On Tue, Aug 30, 2011 at 4:14 PM, Steve Foster wrote: > Hi eric, > > yes i have tried it on a static file as well and no issues., obviously the > static file gives a 200 status code back in the logs, but i am still sending > t

Re: [users@httpd] Which module is affected by the Range header issue?

2011-08-30 Thread Steve Foster
Hi eric, yes i have tried it on a static file as well and no issues., obviously the static file gives a 200 status code back in the logs, but i am still sending the Range header as per the kill script. Steve On Tue, Aug 30, 2011 at 3:42 PM, Eric Covener wrote: > > When you chang

Re: [users@httpd] Which module is affected by the Range header issue?

2011-08-30 Thread Steve Foster
ly throwing the HEAD requests away as 404's ,e.g: 2011-08-30 15:38:20 10.107.23.207 steve.test HEAD / HTTP/1.1 404 - 229 - - - So guess its down to that. However modifying the request to be a GET for a valid resource still didn't trigger the memory consumption behaviour. Steve

[users@httpd] Which module is affected by the Range header issue?

2011-08-30 Thread Steve Foster
cular module is vulnerable to the issue? Cheers Steve

[users@httpd] What does apache use as a "Directory Name"

2011-08-04 Thread Steve Swift
;ve tried things like but this doesn't seem to work in our 2.2.9 server. -- Steve Swift http://www.swiftys.org.uk

RE: [users@httpd] problems with reverse proxy!

2011-06-11 Thread Steve Brereton
that seems to have worked thanks > Date: Thu, 9 Jun 2011 17:03:48 +0100 > From: tevans...@googlemail.com > To: users@httpd.apache.org > Subject: Re: [users@httpd] problems with reverse proxy! > > On Thu, Jun 9, 2011 at 3:47 PM, Steve Brereton > wrote: > > Hi

RE: [users@httpd] (Test) - this getting through?

2011-06-10 Thread Steve Brereton
bocalinda - I was trying to ask which OS you're using? Date: Fri, 10 Jun 2011 11:43:57 +0200 From: bocali...@gmail.com To: users@httpd.apache.org Subject: Re: [users@httpd] (Test) - this getting through? Yes 2011/6/10 Steve Brereton Getting none-delivered suddenly?

RE: [users@httpd] (Test) - this getting through?

2011-06-10 Thread Steve Brereton
fer any clues as to which server the problem is occurring at, and/or what is causing the problem? -- Mark Montague m...@catseye.org On June 10, 2011 5:43 , Steve Brereton wrote: Getting delivery failure on all replies I'm sending

RE: [users@httpd] (Test) - this getting through?

2011-06-10 Thread Steve Brereton
Bizzarre! Just tried to reply three times and getting DFN each time Date: Fri, 10 Jun 2011 11:43:57 +0200 From: bocali...@gmail.com To: users@httpd.apache.org Subject: Re: [users@httpd] (Test) - this getting through? Yes 2011/6/10 Steve Brereton Getting none-delivered suddenly?

RE: [users@httpd] Permission denied virtualhost alias

2011-06-10 Thread Steve Brereton
that's always going to be file system or site authentication. Are you sure the DNS for the three sites is pointing at the same place? Date: Fri, 10 Jun 2011 11:08:38 +0200 From: bocali...@gmail.com To: users@httpd.apache.org Subject: [users@httpd] Permission denied virtualhost alias Hi, I got t

RE: [users@httpd] problems with reverse proxy!

2011-06-10 Thread Steve Brereton
Jun 9, 2011 at 3:47 PM, Steve Brereton > wrote: > > Hi there. > > > > We're having problems with a reverse proxy that runs from a windows 2003 > > /iis server to a w2k8/iis (dmz to internal server). > > Its running on Apache 2.2.3 using the following modul

RE: [users@httpd] PHP Not Working

2011-06-10 Thread Steve Brereton
What happens when you load a php page? A blank? the php script shows? a 500 error? > Date: Thu, 9 Jun 2011 14:48:20 -0700 > From: zavelo...@gmail.com > To: users@httpd.apache.org > Subject: [users@httpd] PHP Not Working > > Hi, I'm using Apache 2.2 on Ubuntu 10.04. I've checked that php mod is >

[users@httpd] problems with reverse proxy!

2011-06-09 Thread Steve Brereton
Hi there. We're having problems with a reverse proxy that runs from a windows 2003 /iis server to a w2k8/iis (dmz to internal server). Its running on Apache 2.2.3 using the following module setup LoadModule actions_module modules/mod_actions.so LoadModule alias_module m

RE: [users@httpd] limit lower size for mod_deflate

2011-06-08 Thread Steve Hanselman
Thanks for that, I thought mod_gzip was discontinued since 1.3, I'd obviously misread that, I'll give it a try. Thanks Steve From: Gulati, Sushant [mailto:sushant.gul...@altisource.com] Sent: 08 June 2011 11:56 To: users@httpd.apache.org S

[users@httpd] limit lower size for mod_deflate

2011-06-08 Thread Steve Hanselman
Hi, I've searched the archives and I can see that this was a request a few years ago, is there way of achieving this on 2.2? I'm using deflate to compress the data on ActiveSync connections, most of the time on the small packets there is negative compression so I want to avoid compressing the

[users@httpd] Centralised logging for access logs.

2011-05-20 Thread Steve Foster
, any pointers on where to look next. I am going to look at something called mod_log_spread but are there any other products or off-the-shelf approaches. many thanks in advance Steve

Re: [users@httpd] Rotatelogs and british summertime.

2011-04-06 Thread Steve Foster
ess logs in BST , the log rotation is still offset though. I am not sure whether the TZ variable is being set on the execution of the rotatelogs script that is spawned from the httpd. Steve On Wed, Apr 6, 2011 at 1:39 PM, Eric Covener wrote: > > My concern is though that when we switch b

Re: [users@httpd] Rotatelogs and british summertime.

2011-04-06 Thread Steve Foster
hi rob, we do have summers, they just don't last very long!!! Yes normally its started from a startup script and we do specify a TZ variable, which i've got a feeling is not correct. I'll look into this. cheers Steve On Wed, Apr 6, 2011 at 1:20 PM, Rob De Langhe wrot

  1   2   3   4   >