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

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

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

2018-01-24 Thread Kory Wheatley
size'=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 wrote: > On 18/01/18 07:53, Kory Wheatley wrote: > > When someone

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

[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 wrote: > Steps I have for installing Apache with openssl. Please let me know if > there's issues. I will be using a secure serve

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

Re: [EMAIL PROTECTED] CPU usage

2007-09-05 Thread Kory Wheatley
e application and database in the interim. > > > > Sorry I can't help more but I think 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 > > &

[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

[users@httpd] Apache with two cgi-bins

2005-06-16 Thread Kory Wheatley
I''m configuring my Apache 2.0 to run an Non Secure and Secure Server on the same instance. How do you configure two 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 ad

[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

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

2005-06-14 Thread Kory Wheatley
configure 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 Sec

[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

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

2005-06-01 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 Whe

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

2005-05-19 Thread Kory Wheatley
TED]> 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 hav

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

2005-05-18 Thread Kory Wheatley
AIL PROTECTED]> wrote: > On Wed, 18 May 2005, Kory Wheatley wrote: > > 1) No, just build php with --with-apxs=/usr/local/apache/bin/apxs (or > wherever your system has it). That's the point of DSOs. > > 2) No you would not need a new certificate. Only if the domain name of

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

2005-05-18 Thread Kory Wheatley
w the steps I need to take, I hope I will not have to recompile Apache, because will I than have to purchase another SSL Certificate, because this is a production server. -- Kory Wheatley - The official User-To-User support forum o