Uninstalling Mod_ssl Through Easyapache
Aug 1, 2008
I like to uninstall the mod_ssl through easyapache. Can you please suggest me to uninstall.
I haven't find any mod_ssl option list on easyapache. I am able to see openssl but that is already disabled.
If I see on phpinfo.php page the mod_ssl is enabled. Please guide me to uninstall the mod_ssl.
Server : Dedicatted.
Os : RHEL4
Cpanel Installed.
View 2 Replies
Jan 16, 2007
I was trying to set up mod_ssl on my server for one of my virtual hosts I have created a self signed certificate as that is all I need, and I managed to get it working so that when I go to[url]it works.
My problem is that then when I go to [url]I get "Bad Request".
This is the virtual host entry I have at the moment
Code:
<VirtualHost mydomain.co.uk>
SSLEngine on
SSLCertificateFile /var/vhosts/mydomain.co.uk.cert
SSLCertificateKeyFile /var/vhosts/mydomain.co.uk.key
DocumentRoot /var/vhosts/mydomain.co.uk/html
ServerName mydomain
<Directory "/var/vhosts/mydomain.co.uk">
allow from all
Options +Indexes
</Directory>
</VirtualHost>
What I want to be able to do is allow users to access the site either by http or https without forcing them to use https, could some help me out with how to accomplish this,
View 1 Replies
View Related
Apr 13, 2009
i want to know the way to upgrade mod_ssl
i have whm panel
View 1 Replies
View Related
Apr 24, 2008
I've tried to setup apache to listen only on 1 IP, this has worked for http but not for https. How can I prevent https from listening on all ips?
View 2 Replies
View Related
Nov 22, 2006
I installed RoR on my Mac OS X, but then I decided to use Locomotive and the RMagick bundle. I want to remove the copy I uninstalled, but how do you remove it on a mac?
View 2 Replies
View Related
Aug 11, 2013
I cannot uninstalling Apache 2.2 from my Win7 PC.First of all it is not listed in the add/remove programs and second there is not a bin file in the folders.The only folders I find are conf, htdocs and logs.Currently I use Apache 2.4. Apache 2.2 is useless to me as you understand and so the service is stopped-as such I want to remove it from the system.
View 5 Replies
View Related
Jan 7, 2008
OpenBSD I just installed a package from ports:
cd /usr/ports/sysadmin/freedt/
make && make install
It worked fine, but I realized that I actually don't want this installed, and I can't, for the life of me, figure out how to uninstall a package using ports!
View 4 Replies
View Related
Aug 12, 2008
We need to install the Memcached on Control Panel(Cpanel) installed dedicated server (RHEL4). I am not able to install the Memcached through Easyapache.
* I could not find Memcached option on easyapache. Can you please quide me, how to install the Memcached through easyapache.
View 8 Replies
View Related
Mar 13, 2008
I have many clients with installations of the script Cutenews, which were working fine previously.
But after using EasyApache (I wanted to install Zend for ClientExec), I am unable to login to cutenews.
The error is:
Sorry but your access to this page was denied !
try to logout and then login again
To turn off this security check, change $config_check_referer in index.php to FALSE
I've looked in index.php to see what the security check is actually doing, and the php code is:
Code: ....
View 2 Replies
View Related
Feb 18, 2008
I just upgraged to Apache 2.8 and PHP5 on my server using the EasyApache in cPanel. Everything seemed to go smoothly. Almost...
3 of the 4 accounts hosted worked immediately. The main (reseller) acct is the one im having problems with. It seems to point the document root to /usr/local/apache/htdocs instead of /home/*/public_html (like the rest).
Also, I get a Connection Refused on FTP
I've included my httpd file. perhaps someone can take a look at
View 3 Replies
View Related