Re: [users@httpd] How to restart apache after reboot on ubuntu 16.04?

2016-08-16 Thread Darryle Steplight
Look into restarting services. That's more important because you will eventually want to the same behavior with all services not just Apache; but check this out https://geeksww.com/tutorials/servers/apache_web_http_server/tips_and_tricks/starting_apache_web_server_at_every_reboot_for_debian_ubuntu_

Re: [users@httpd] Apache24 - how to optimize httpd.conf

2015-06-08 Thread Darryle Steplight
Look into grunt or gulp first for Minify CSS,Minify HTML and optimizing images. On Mon, Jun 8, 2015 at 5:38 PM, Emir Ibrahimbegovic wrote: > What have you tried? > > On Mon, Jun 8, 2015 at 5:35 PM, Motty Cruz wrote: >> >> Hello, >> I am getting the following suggestions from: >> https://develope

Re: [users@httpd] Apache24 - how to optimize httpd.conf

2015-06-08 Thread Darryle Steplight
And CDNs are your friend. On Mon, Jun 8, 2015 at 5:41 PM, Darryle Steplight wrote: > Look into grunt or gulp first for Minify CSS,Minify HTML and optimizing > images. > > On Mon, Jun 8, 2015 at 5:38 PM, Emir Ibrahimbegovic > wrote: >> What have you tried? >> >&g

Re: [users@httpd] enabling zlib in apache

2014-05-27 Thread Darryle Steplight
Erico, how did you install PHP was it from source (it can make a difference knowing) ?. Also you can install zlib from source too to get it installed http://www.geeksww.com/tutorials/libraries/zlib/installation/installing_zlib_on_ubuntu_linux.php . On Tue, May 27, 2014 at 2:48 PM, Érico wrote: >

Re: [users@httpd] Stumped: Apache Permissions, What's Wrong?

2013-12-02 Thread Darryle Steplight
Add "Order Allow, Deny" above "allow from all" On Mon, Dec 2, 2013 at 11:23 AM, Freek de Kruijf wrote: > Op maandag 2 december 2013 09:37:23 schreef Kevin Smith: >> I have been fighting an apache server for 2 days, trying to figure out why >> this thing keeps denying access to the server. Check o

Re: [users@httpd] PHP wont dance with Apache

2012-12-09 Thread Darryle Steplight
Hi Georg, Why not install PHP 5? PHP 4 is old news. Also, it sounds like you need to include a AddHandler in your apache config file so your pages know how to parse PHP code. On Sun, Dec 9, 2012 at 2:59 PM, georg wrote: > I have installed, at least to my own understanding, PHP 4.4.3 as mo

Re: [users@httpd] Issue with HTTP methods (DELETE,PUT) not being accepted (returning 405 Method not allowed)

2012-08-23 Thread Darryle Steplight
I believe on some servers these methods are disabled by default for security reasons. I believe you have to enabled them to use them. On Thu, Aug 23, 2012 at 4:59 PM, Scott Bigelow wrote: > I am having an issue with Apache/2.2.22 on Ubuntu 12.04, migrating service > from an older system, Apache/2

Re: [users@httpd] Is it possible to make only one page on a website under Apache password protected without affecting all the other pages.

2012-05-29 Thread Darryle Steplight
is great if you want to protect a directory but is better if you want to protect a file or group of files. On Tue, May 29, 2012 at 8:33 PM, Bill Unruh wrote: > .htaccess > > commands > > http://httpd.apache.org/docs/2.0/howto/htaccess.html > > > On Tue, 29 May 2012, John Mitchell wrote: > >> I

Re: [users@httpd] Is it possible to make only one page on a website under Apache password protected without affecting all the other pages.

2012-05-29 Thread Darryle Steplight
This is what you are looking for http://webdesign.about.com/od/htaccess/ht/password_1_file.htm On Tue, May 29, 2012 at 8:24 PM, John Mitchell wrote: > Is it possible to make only one page on a website under Apache password > protected without affecting all the other pages.  If possible what

Re: [users@httpd] Unable to load dynamic library '/usr/lib64/php/modules/php_pdo_mysql' - ....

2012-02-16 Thread Darryle Steplight
Just wanted to update and say installing from source solved the problem. I spun up a new instance and used yum to instal except PHP. I now see PDO_MYSQL when I run php -m . On Sun, Feb 5, 2012 at 10:37 PM, Darryle Steplight wrote: > This is how I installed PHP http://www.webtatic.com/packa

Re: [users@httpd] Unable to load dynamic library '/usr/lib64/php/modules/php_pdo_mysql' - ....

2012-02-05 Thread Darryle Steplight
This is how I installed PHP http://www.webtatic.com/packages/php53/ . I updated earlier today so now its 5.3.10 but I still have the same error. On Sun, Feb 5, 2012 at 9:18 PM, Yehuda Katz wrote: > On Sun, Feb 5, 2012 at 2:10 PM, Darryle Steplight > wrote: >> >> I have Ce

Re: [users@httpd] Unable to load dynamic library '/usr/lib64/php/modules/php_pdo_mysql' - ....

2012-02-05 Thread Darryle Steplight
Wow, I just checked like last week,lol. But you're right it looks like 5.3.9. is old school now. That was fast,lol. On Sun, Feb 5, 2012 at 2:16 PM, Angus McIntyre wrote: > Darryle Steplight wrote: >> I have Centos 5.5. and I've installed Apache, MySql 5.5 and PHP via >&g

Re: [users@httpd] Unable to load dynamic library '/usr/lib64/php/modules/php_pdo_mysql' - ....

2012-02-05 Thread Darryle Steplight
Katz wrote: > On Wed, Feb 1, 2012 at 2:18 PM, Darryle Steplight > wrote: >> >> They are in /usr/lib64/php/modules/ . I can see pdo_mysql.so  in that >> folder. The configurations in /etc/php.d/ are created by YUM . So are >> you suggesting that I installed PHP by sour

Re: [users@httpd] Unable to load dynamic library '/usr/lib64/php/modules/php_pdo_mysql' - ....

2012-02-01 Thread Darryle Steplight
They are in /usr/lib64/php/modules/ . I can see pdo_mysql.so in that folder. The configurations in /etc/php.d/ are created by YUM . So are you suggesting that I installed PHP by source instead? On Wed, Feb 1, 2012 at 2:09 PM, Yehuda Katz wrote: > On Wed, Feb 1, 2012 at 12:55 PM, Darr

[users@httpd] Unable to load dynamic library '/usr/lib64/php/modules/php_pdo_mysql' - ....

2012-02-01 Thread Darryle Steplight
Hello Everyone, My name is Darryle. I've installed PHP 5.3.9 on my CentOs box and some numerous modules via yum. Some of those modules are PDO, PDO_MYSQL and PDO_SQLITE. However, my PHP configuration is not recognizing my PDO_MYSQL module. I can verify that these modules exists by looking in

Re: [users@httpd] AllowOverride

2012-01-19 Thread Darryle Steplight
>From my understanding, if you put AllowOverride None , then you are instructing Apache to not allow any htaccess file to be respected. This will be affected by all your .htaccess files since you have it in the directory directive. Chance it to AllowOverride All for .htaccess to start kicking in.

Re: [users@httpd] PHP files not being parsed in HTML pages

2011-07-30 Thread Darryle Steplight
I can't figure out why these conversations keep going on. I thought the answer was solved with Jeroen Geilman's answer. My answer was slightly off. On Sat, Jul 30, 2011 at 5:33 PM, Stormy wrote: > At 07:06 PM 7/30/2011 +0100, Mark Rousell wrote: >> >> On 30/07/2011 18:43, Jeroen Geilman wrote: >>

Re: [users@httpd] PHP files not being parsed in HTML pages

2011-07-29 Thread Darryle Steplight
Trying adding this in your vhost, config file or .htaccess file addHandler x-httpd-php5 .php .htm .html On Sat, Jul 30, 2011 at 12:20 AM, Rob Stone wrote: > Hello, > > I have a working domain on a free LAMP hosting service. I thought it would > be a *good idea* if I set up a development environm

Re: [us...@httpd] Apache homepage not coming after deployin application on tomcat

2010-10-04 Thread Darryle Steplight
Have your tried http://webserver_name ( notice the http:// ) Instead of http:\\webserver_name .. What error message are you seeing? On Mon, Oct 4, 2010 at 9:58 AM, Matus UHLAR - fantomas wrote: > On 28.09.10 04:03, Amol Puglia wrote: > > I would like to know how to get apache home pag

Re: [us...@httpd] Apache displaying directories

2010-08-19 Thread Darryle Steplight
You need to set a list of default files for apache to display. In most cases it's index.html, index.htm index.php etc. In your apache setting you need to have something like this "DirectoryIndex index.html index.htm index.php" On Thu, Aug 19, 2010 at 12:43 PM, Eric Covener wrote: >> I changed al

Re: [us...@httpd] I want a file can be accessed by some ip only, how to do that?

2009-06-30 Thread Darryle Steplight
OR do the same thing except instead of using the directive use Order deny,allow Allow from 10.5.0.0/255.255.0.0 Allow from 127.0.0.1 Deny from all On Wed, Jul 1, 2009 at 1:49 AM, JingTian wrote: > i think you should put the two file in different dirs,and use Allow,Deny > dictate

Re: [us...@httpd] Limiting connections per IP

2009-06-21 Thread Darryle Steplight
What's wrong with changing the setting in your .htaccess file? This wouldn't require an Apache restart. On Sun, Jun 21, 2009 at 6:00 PM, Eric Bowman wrote: > Mohit Anchlia wrote: >> Apache 2.2.6: >> >> I am aggresively looking for some solution that limits number of >> connections per IP and the

Re: [us...@httpd] Question about how to fetch html?

2009-06-12 Thread Darryle Steplight
I suggest using a server side language like PHP to do the heavy lifting for you. There are pre-existing functions out there that already take care of this. On Fri, Jun 12, 2009 at 5:47 PM, Brian Kim<09su.resea...@gmail.com> wrote: > Thanks. > > Sorry for unclear explanations. > > Basically I want

Re: [us...@httpd] configuring mysql with php

2009-06-03 Thread Darryle Steplight
Did you start the mysql server? On Wed, Jun 3, 2009 at 4:51 AM, aman parashar wrote: > he php with the apache server works fine. But with the mysql , it doesnt > show nothing even when i tried if it has the mysql library is present, > nothing comes out.Empty browser, plz i need help.I appreciate

Re: [us...@httpd] Apache 1.3 on Vista Home issue

2009-05-31 Thread Darryle Steplight
ve experience with apache over > vista on other PCs (may be other versions of Vista). > > Apache is installed as Windows service and is started via net command > first time and automatically as service each time Windows is starting > up. > > On Mon, Jun 1, 2009 at 10:06 AM,

Re: [us...@httpd] Apache 1.3 on Vista Home issue

2009-05-31 Thread Darryle Steplight
Hi Evgeny, I just installed Apache 2.2 on Windows Vista last week. I'm just curious , how are you starting Apache? Are you using the "net" command from the command line or are do you have it running as a windows service? On Mon, Jun 1, 2009 at 1:44 AM, Evgeny Savitsky wrote: > Hi All, > > Co

Re: [us...@httpd] Domain Masking (I think?)

2009-05-24 Thread Darryle Steplight
Look at Wp's "Permalinks" settings. This is how WP masks it's url. It will generate some code you need to include in your WP .htaccess file. On Sun, May 24, 2009 at 2:19 PM, Marcin 'Rambo' Roguski wrote: > Also, I just checked: in WP configuration that's "blog's URL address". > >