Re: [users@httpd] Almost There

2014-11-08 Thread Edgar Pettijohn
On 11/08/2014 01:58 PM, Steve Matzura wrote: > 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 s

Re: [users@httpd] Almost There

2014-11-08 Thread Edgar Pettijohn
On 11/08/2014 12:39 PM, Eric Covener 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). > > That's why theglobalvoice.info steals all of your requests. It > resolves to

Re: [users@httpd] Almost There

2014-11-08 Thread Edgar Pettijohn
On 11/08/2014 11:00 AM, Steve Matzura wrote: > 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 th

Re: [users@httpd] Almost There

2014-11-07 Thread Edgar Pettijohn
What about the Includes? 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.lock > PidFile ${APACHE_PID_FILE

Re: [users@httpd] Almost There

2014-11-06 Thread Edgar Pettijohn
I would recommend posting your config. On 11/06/2014 12:41 PM, Steve Matzura wrote: > 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 > serve

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

2014-11-06 Thread Edgar Pettijohn
What happens if you omit the NameVirtualHost directive? On 11/06/2014 10:56 AM, Steve Matzura wrote: > 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 t

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

2014-11-06 Thread Edgar Pettijohn
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. On 11/06/2014 10:21 AM, Steve Matzura wrote: > Once again, domains and addresses are obfuscated. 'xxx' refers to the > actual node name of the sy

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

2014-11-06 Thread Edgar Pettijohn
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 current date-and-time stamp: > > [warn] NameVi

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

2014-11-06 Thread Edgar Pettijohn
Have you tried these: # apachectl graceful # apachectl configtest On 11/05/2014 10:40 PM, Steve Matzura wrote: > 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

[users@httpd] hackers

2014-11-02 Thread Edgar Pettijohn
I rarely look at my error logs unless something is broken. Its amazing the number of people trying to access /phpmyadmin along with other nefarious actions on my server. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.or

Re: [users@httpd] Re: Trouble upgrading to 2.2.29 from 2.2.8 - mod_deflate error

2014-10-30 Thread Edgar Pettijohn
On 10/30/2014 08:54 PM, Good Guy wrote: > On 30/10/2014 19:10, Christopher Stanley wrote: >> Hey guys! >> >> I am having trouble upgrading from Apache 2.2.8 -> 2.2.29 with the >> following error occurring after running 'make' >> >> /usr/local/apache2/build/libtool --silent --mode=compile gcc -g -O

Re: [users@httpd] downing

2014-10-13 Thread Edgar Pettijohn
ning > > >> Ok, thanks, >> was this a result of me not letting a robot create files on my >> machine ? >> see if i can produce a snapp of the log >> br >> georg >> - Original Message - From: "Edgar Pettijohn" >> >> To: &g

Re: [users@httpd] downing

2014-10-12 Thread Edgar Pettijohn
ng logg entry is: > > Undefined index; and then a name of one of my .html "normal" pages > (generated by PHP) > > BR > Georg The actual logs would be more useful. > > - Original Message - From: "Edgar Pettijohn" > > To: > Sent: Sunday, O

Re: [users@httpd] downing

2014-10-12 Thread Edgar Pettijohn
What does the error log show? On 10/12/2014 05:59 AM, georg chambert wrote: > Hi, > > Im a bit of server rookie, have made a server out of an old del > dimension 5000 PC, > put fedora on it, and an appache server, have some pages with html, > php, and some SQL generation from PHP > > now, this site

Re: [users@httpd] .htaccess 500 error with invalid command '

2014-10-05 Thread Edgar Pettijohn
The only other thing I can think to try is to make the changes within a block in the main config and not use the .htaccess file and see if you get the same errors. On 10/05/2014 07:32 AM, Volkan Gezer wrote: > 2014-10-05 5:07 GMT+02:00 Edgar Pettijohn : >> Just looked at your httpd.co

Re: [users@httpd] .htaccess 500 error with invalid command '

2014-10-04 Thread Edgar Pettijohn
Just looked at your httpd.conf and it shows you have these modules loaded. This is odd. On 10/04/2014 10:03 PM, Edgar Pettijohn wrote: > SetEnvIfNoCase needs mod_setenvif > DirectoryIndex needs mod_dir > > On 10/04/2014 09:18 PM, Volkan Gezer wrote: >> Thank you for follow

Re: [users@httpd] .htaccess 500 error with invalid command '

2014-10-04 Thread Edgar Pettijohn
> configuration > > The current .htaccess file is: http://paste.kde.org/pkvjq3ct3 > > > Best regards, > Volkan GEZER > volkange...@gmail.com > > > 2014-10-04 20:38 GMT+02:00 Edgar Pettijohn : >> Try without any directives. As long as you always plan to >> st

Re: [users@httpd] .htaccess 500 error with invalid command '

2014-10-04 Thread Edgar Pettijohn
Try without any directives. As long as you always plan to start apache with those modules loaded there shouldn't be an issue. On 10/03/2014 11:44 AM, Edgar Pettijohn wrote: > Try leaving off the ".c" so mod_headers.c becomes mod_headers and so > on. Double check that the

Re: [users@httpd] .htaccess 500 error with invalid command '

2014-10-03 Thread Edgar Pettijohn
Try leaving off the ".c" so mod_headers.c becomes mod_headers and so on. Double check that the path is correct also. On 10/03/2014 08:36 AM, Volkan Gezer wrote: > I am using Arch linux and trying to set up development environment of > ownCloud and I am receiving a 500 error: > > [Wed Oct 01 01:17

Re: [users@httpd] "corrupted content" error, httpd can't access SSL key file [wd-vc]

2014-09-29 Thread Edgar Pettijohn
at a loss. > I forgot to say that not all browsers show the problem as "corrupted > content" error. In others, There is a warning that the site is not to > be trusted (which is normal because of the certificate being > self-signed), but the option to ignore the warning and

Re: [users@httpd] "corrupted content" error, httpd can't access SSL key file [wd-vc]

2014-09-29 Thread Edgar Pettijohn
Have you tried with a self signed certificate just to see what happens? # openssl req -new -x509 -days 3650 -nodes -newkey rsa:4096 -out /etc/ssl/certs/test.pem -keyout /etc/ssl/private/test.pem # chmod go= /etc/ssl/private/test.pem httpd.conf SSLCertificateFile/etc/ssl/certs/test.pem SSLCe

Re: [users@httpd] Q1. Apache httpd-2.4.9 configuration : client denied by server configuration error

2014-09-29 Thread Edgar Pettijohn
When you go to your site from a browser are you getting the actual 403 error page? Or are you just getting errors in the logs? On 09/29/2014 01:19 PM, James B. Byrne wrote: > On Mon, September 29, 2014 13:57, Edgar Pettijohn wrote: >> As a full disclaimer I don't use 2.4.9 so I

Re: [users@httpd] Q1. Apache httpd-2.4.9 configuration : client denied by server configuration error

2014-09-29 Thread Edgar Pettijohn
sregard it. On 09/29/2014 08:11 AM, James B. Byrne wrote: > On Mon, September 29, 2014 07:00, Edgar Pettijohn wrote: >> The problem is most likely in the config somewhere, but we will never >> know if you don't post the entire httpd.conf. >> > Here is a diff between the

Re: [users@httpd] Q1. Apache httpd-2.4.9 configuration : client denied by server configuration error

2014-09-29 Thread Edgar Pettijohn
The problem is most likely in the config somewhere, but we will never know if you don't post the entire httpd.conf. On 09/28/2014 10:43 PM, James B. Byrne wrote: > On Fri, September 26, 2014 21:28, Edgar Pettijohn wrote: >> Try: >> | >> AllowOverride none

Re: [users@httpd] Q1. Apache httpd-2.4.9 configuration : client denied by server configuration error

2014-09-26 Thread Edgar Pettijohn
Try: | AllowOverride none Require all denied || ||Options +Indexes -Multiviews AllowOverride All Require all granted | On 09/26/2014 11:24 AM, James B. Byrne wrote: > OS=CentOS-6.5 > > We have locally built and packaged this version of httpd to replace httpd-2.2 > which ships with Ce

Re: [users@httpd] Q1. Apache httpd-2.4.9 configuration : client denied by server configuration error

2014-09-26 Thread Edgar Pettijohn
Could you post the actual logs? On 09/26/2014 11:24 AM, James B. Byrne wrote: > OS=CentOS-6.5 > > We have locally built and packaged this version of httpd to replace httpd-2.2 > which ships with CentOS-6.5. Upon restarting the upgraded httpd server we > received the error message "client denied

Re: [users@httpd] Rookie help raw html C modules

2014-09-22 Thread Edgar Pettijohn
Also make sure you reload your browser also. It may be displaying a cached copy. On 09/22/2014 02:37 PM, Ryan wrote: > Make sure you're restarting your web server with `sudo apachectl > restart`. Your config files are only loaded when the server is > started, you need to restart if you make chan

Re: [users@httpd] Apache 2.4 optimisation for a virtual server with low resources.

2014-08-11 Thread Edgar Pettijohn
I would just leave the stock configuration. If anything goes wrong play with the config then. On 08/11/2014 05:42 PM, Robin de Haan wrote: > Hi, > > I'm a web designer setting up a server for the first time using a very > light Linode package with 1GB RAM and 1 CPU. It will host a Drupal > site t

Re: [users@httpd] Re: Apache 2.4 PHP 5.5

2014-08-07 Thread Edgar Pettijohn
Of course we don't know what if anything you are attempting to use to serve php content because you have not supplied your configuration file. On 08/07/2014 09:20 AM, Francois Gingras wrote: > D'arcy, > > Those are actually erroneous responses. > > You do not need mod_php to serve php content; tha

Re: [users@httpd] Apache 2.4 PHP 5.5

2014-08-06 Thread Edgar Pettijohn
Did you install from ports or packages? Post /var/log/httpd-error.log and /usr/local/etc/apache24/httpd.conf On 08/06/2014 03:38 PM, motty cruz wrote: > Thanks, I created index.php with the following: > phpinfo(); > ?> > > when I go to localhost, it download file. > > I don't get an error,

Re: [users@httpd] can Apache do a sql query and Authenticate only some users?

2014-07-20 Thread Edgar Pettijohn
http://php.net/manual/en/book.session.php http://php.net/manual/en/features.cookies.php On 07/20/2014 08:49 AM, Mark jensen wrote: > about the session/cookies solution you have said: > >> You >> can base your logic on the IP address of the sender and either send >> them to a login screen or direc

Re: [users@httpd] Re: Apache 2.4 - non adoption reasons??

2014-07-18 Thread Edgar Pettijohn
"Upgrades should be about new features and new codes/syntax but the old one should still work" I agree 100% On 07/18/2014 12:31 PM, Good Guy wrote: > On 18/07/2014 15:35, Eric Covener wrote: >> On Fri, Jul 18, 2014 at 10:21 AM, David Favor > > wrote: > >> Biggest problem is with Apache changin

Re: [users@httpd] mod_proxy_fcgi not honouring .htaccess, work around needed.

2014-07-09 Thread Edgar Pettijohn
result of the non-php file (expected 403, got 403): >> [Wed Jul 09 13:15:30.709276 2014] [rewrite:trace2] [pid 3030] >> mod_rewrite.c(468): [client REDACTEDIP:23497] REDACTEDIP - - >> [test.REDACTED/sid#7f70347d8f30][rid#7f70347ad0a0/initial] [perdir >> /REDACTEDPATH/test.

Re: [users@httpd] Static IP

2014-07-09 Thread Edgar Pettijohn
It should be this simple: Listen 127.0.0.1:(port to use) On 07/09/2014 05:26 AM, Giovanni Bianchini wrote: > Dear Group > > This is such a dumb question I am almost afraid to ask because I should know > this after so > many years but old age has it's way of extracting revenge for years of abuse

Re: [users@httpd] mod_proxy_fcgi not honouring .htaccess, work around needed.

2014-07-08 Thread Edgar Pettijohn
On 07/08/2014 06:00 PM, Sergei Franco wrote: > Hi, > > I am using apache 2.4.7 with mod_proxy_fcgi for purpose of passing > through php to php-fpm (this will be used for shared hosting > environment). > The htaccess works fine for non php files, but once it hit rewrite > rule that proxies through

Re: [users@httpd] Mailman CGI scripts served instead of executed

2014-07-03 Thread Edgar Pettijohn
On 07/03/2014 05:11 PM, Edgar Pettijohn wrote: > On 06/30/2014 01:28 PM, Remco Poelstra wrote: >> Op 30 jun. 2014, om 20:23 heeft Miles Fidelman >> het volgende geschreven: >> >>> Remco Poelstra wrote: >>>> Op 30 jun. 2014, om 19:56 heeft Miles Fidel

Re: [users@httpd] Mailman CGI scripts served instead of executed

2014-07-03 Thread Edgar Pettijohn
On 06/30/2014 01:28 PM, Remco Poelstra wrote: > Op 30 jun. 2014, om 20:23 heeft Miles Fidelman > het volgende geschreven: > >> Remco Poelstra wrote: >>> Op 30 jun. 2014, om 19:56 heeft Miles Fidelman >> > het volgende geschreven: >>> Remco Poelstra wrote:

Re: [users@httpd] Discussion about possible new feature for Apache HTTP Server

2014-07-01 Thread Edgar Pettijohn
On 06/30/2014 07:30 AM, Jeroen Van den Horn wrote: > I'm sure that when you fiddle a bit with some RewriteCond's and > RewriteRules you can accomplish what you want out-of-the-box. > > J > > > On Mon, Jun 30, 2014 at 2:23 PM, Gulkamal Singh > mailto:lund.singh.1...@gmail.com>> wrote: > > Lets

Re: [users@httpd] mod_authn_dbd: Stored procedures not supported ... "Commands out of sync; you can't run this command now"

2014-06-29 Thread Edgar Pettijohn
On 06/29/2014 09:37 AM, Edgar Pettijohn wrote: > On 06/29/2014 07:25 AM, Torge Riedel wrote: >> Hi, >> >> I'm having a server installed with Apache 2.2 (Ubuntu LTS 12.04) and I >> used mod_authn_dbd as documented here >> >> http://httpd.apache.org/do

Re: [users@httpd] mod_authn_dbd: Stored procedures not supported ... "Commands out of sync; you can't run this command now"

2014-06-29 Thread Edgar Pettijohn
On 06/29/2014 07:25 AM, Torge Riedel wrote: > Hi, > > I'm having a server installed with Apache 2.2 (Ubuntu LTS 12.04) and I > used mod_authn_dbd as documented here > > http://httpd.apache.org/docs/2.2/mod/mod_authn_dbd.html > > to check the permissions. > > Since I use a MySQL database > > DBDriv