Re: [users@httpd] Redirect only a specific index.php page to new location

2018-01-26 Thread Kory Wheatley
ned the first to make sure it takes precedence over the > complicated directives later on. > > 2018-01-25 9:07 GMT+01:00 Marat Khalili <m...@rqc.ru>: > > On 24/01/18 22:53, Kory Wheatley wrote: > > > > Ya there is a .htaccess that has the base set to deptblogs what could

Re: [users@httpd] Redirect only a specific index.php page to new location

2018-01-24 Thread Kory Wheatley
'=51200 KB php_value upload_max_filesize 50M php_value post_max_size 50M php_value max_execution_time 500 php_value max_input_time 500 php_value memory_limit 128M On Sun, Jan 21, 2018 at 2:31 AM, Marat Khalili <m...@rqc.ru> wrote: > On 18/01/18 07:53, Kory Wheatley wrote: > > When some

[users@httpd] Redirect only a specific index.php page to new location

2018-01-17 Thread Kory Wheatley
When someone types to go to http://sftpinterface/deptblogs/ or a link I need it to redirect to http://intranet/template_departments.cfm. Which I was able to accomplish in the index.php header content with http://intranet/template_departments.cfm;); /* Make sure that code below does not get

[users@httpd] Re: Best way to install openssl and apache 2.4.18 for ssl

2016-07-16 Thread Kory Wheatley
Does anyone have thought about this install. I will be creating a self signed certificate for testing On Wed, Jul 13, 2016 at 7:28 AM, Kory Wheatley <kory.wheat...@gmail.com> wrote: > Steps I have for installing Apache with openssl. Please let me know if > there's issues. I w

[users@httpd] Configure Apache 2.4.18 with OpenSSL 1.0.2 for correct ssl server setup

2016-07-14 Thread Kory Wheatley
> Steps I have for installing Apache with openssl. Please let me know if > there's issues. I will be using a secure server for setup > > gunzip -c openssl-1.0.2g.tar.gz |tar xvf - > config shared --prefix=/apps/openssl --openssldir=/apps/openssl > > $ make > > $ make install > > Now, get the

[EMAIL PROTECTED] CPU usage

2007-09-05 Thread Kory Wheatley
Our apache server is utilizing the CPU to almost a 100% with 45 httpd process opened. What sort of tuning could be done to help this situation. The Apache server is using Moodle, PHP, and Mysql. The Apache server is on a dedicated V440 with 4 processors and 16 gb of memory. The Mysql database

Re: [EMAIL PROTECTED] CPU usage

2007-09-05 Thread Kory Wheatley
there's more analysis to do before we can make a call on what the problem is much less offer advice on fixing it. Cheers, Jeff *From:* Kory Wheatley [mailto:[EMAIL PROTECTED] *Sent:* Wednesday, September 05, 2007 12:27 PM *To:* users@httpd.apache.org *Subject:* [EMAIL PROTECTED] CPU

[users@httpd] Apache secure and non secure server cgi-bin setup

2005-06-16 Thread Kory Wheatley
I''m configuring my Apache 2.0 to run a Non Secure and Secure Server on the same instance. How do you configure to separate cgi-bin paths for the secure and non-secure server? In the 'httpd.conf file there is a ScriptAlias /cgi-bin /var/www/cgi-bin/ so in the ssl.conf file do I need to add a

[users@httpd] Apache 2.0 Secure and non secure server

2005-06-14 Thread Kory Wheatley
Question: Would it be better to setup Apache Secure Server and NON Secure Server on two separate configuration instances, or one just one instance? Would it be a performance hit to have it setup as two separate server instances? -- Kory Wheatley

Re: [users@httpd] Apache 2.0 Secure and non secure server

2005-06-14 Thread Kory Wheatley
PHP on two separate instances, if you have the servers installed under different users. On 6/14/05, Joshua Slive [EMAIL PROTECTED] wrote: On 6/14/05, Kory Wheatley [EMAIL PROTECTED] wrote: Question: Would it be better to setup Apache Secure Server and NON Secure Server on two separate

[users@httpd] Apache 1.3 with Non-secure and Secure Server

2005-06-02 Thread Kory Wheatley
I have one instance of an Apache 1.3 server that is running both the Secure and Non-Secure server. What is the command if you only wanted to stop one of them, and still have the other run? I don't know if this is even possible. -- Kory Wheatley

Re: [users@httpd] Apache 1.3 , Mod_ssl and need to add PHP

2005-05-19 Thread Kory Wheatley
] wrote: -Original Message- From: Kory Wheatley [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 18. Mai 2005 18:50 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache 1.3 , Mod_ssl and need to add PHP I have an Apache 1.33 Mod SSL Server setup as a DSO, and I need to add PHP