Enable .htaccess On Selected Sites On Server
Aug 1, 2008
now i disable .htaccess in all sites from
<Directory "/">
Options All
AllowOverride None
</Directory>
i need to enable .htaccess in only one site or two sites in server
how can i make that?
View 5 Replies
ADVERTISEMENT
Oct 22, 2007
i disabled the .htaccess files when i installed the modsecurity with the following command
/usr/local/apache/bin/apxs -D DISABLE_HTACCESS_CONFIG -cia mod_security.c
now how can i recompile the modsecurity with .htaccess enabled?
View 1 Replies
View Related
Jun 2, 2009
Hi Htaccess not working in my server how Enable htaccess on Apache ?
View 14 Replies
View Related
Mar 22, 2007
How do I enable shell_exec in an .htaccess file for one particular account, even thought it is disabled globally in php.ini ?
I am using php 4.4.6 / cpanel / centos
Also, what would the .htaccess look like for php5x?
View 5 Replies
View Related
Oct 23, 2009
i have installed Plesk in my VPS, Created Domain and tried to upload my files , All Ok but when upload .htaccess file , it disaper's .. i use filzilla ftp and there opition to force see hidden file , when do that , the file shows up .. but how to disable it from been hidden each time i upload it
View 1 Replies
View Related
Oct 18, 2014
After finishing the upgrade from 11.5 to 12.0.18 I checked the system time which was wrong and no timezone was selected ....
So I switched to my timezone (GMT +3) and corrected the clock from the above settings cause it was 5 minutes behind
saved .... since then the time is showing 1 hour later the selected one. like GMT+4.
No matter if I change it manually it returns there.
in order for the server to work correctly i changed the timezone to GMT+2. OK the time is corrected - although wrong cause it should be 1 hour earlier, but anyways Now all incoming email messages still show one hour late as received date. So I tried restarting courier-imap
# service courier-imap restart
courier-imap: unrecognized service
View 5 Replies
View Related
Jun 16, 2014
I have Plesk 11.5 installed on my server. There are about 30 sites on the same shared IP address. I need to set up a site to be accessible via https://<ip-address-of-the-server> . According to the documentation I went to Setting -> IP Addresses and selected the desired site from the drop down. Now http://<ip-address-of-the-server> (note, 80th port) works like a charm. Unfortunately https:// displays only the first page of the selected site; all CSS, JS and other files are not found (404).
I did some research and found that Nginx forwards the requests to Apache for all the PHP files and tries to handle all the static files by itself (what is expected and correct). But it looks like that there is no special configuration for nginx which would specify where to get these static files for the IP address, and Nginx just uses the first loaded config (started from b in my case).
I temporary resolved this issue by modifying the last_nginx.conf for the desired domain this way: listen XX.XX.XX.XX:443 default_server ssl;
Note I added "default_server" directive. Of course it would be erased on each reconfiguration of the config files, but as for now I do not see how I can put it in custom nginx.conf or on the server servel level. I reckon Plesk should include the directive in the file the same way as it produces last_httpd_ip_default.conf Apache config for the selected domain. It looks to be an easy fix on the template level, may be I will do it later, but for now this is just the bug report.
View 2 Replies
View Related
Mar 26, 2015
On a new install, if I create IPv4 and IPv6 pools (one of each enabled for branding), and create a brand using "IP address"="Shared IPv4 and dedicated IPv6", it fails without an onscreen error. A webspace is created but marked "No hosting" in PPA and Failed in Hosting Panel. A DNS zone is created. At that point I can't delete the webspace from Hosting Panel and there doesn't seem to be a way to delete it from PPA, however, I can delete the DNS zone.
This is in poa.log, not sure if it's relevant:
Mar 26 09:19:20 ppa: ERR [UI:ecc45799:1427379560608 1:18157:b25ffb70 lib]: [Facade:leskResponse:arse] Plesk error 1013
Mar 26 09:19:22 ppa: ERR [openapi-firewall:b09ffb70 1:18032:b09ffb70 lib]: [iqxmlrpc-server] Server: Server error. Method 'system.methodSignature' not found.
Also after the DNS zone is created, the below is logged in poa.log...it doesn't seem relevant to the branding error but does seem to be a problem...
Mar 26 09:28:27 ppa: ERR [task:181:1932 1:18142:b33ffb70 lib]: [task:181 InteractiveHostOps:erform] ExSystem: module_id:'Common', ex_type_id:'1',Message:'Destination host 'ppa.example.net' (#1), IP '99.99.99.99' : Internal error: /usr/sbin/rndc /usr/sbin/rndc reconfig failed with code 1 saying: STDOUT: '' STDERR 'WARNING: key file (/etc/rndc.key) exists, but using default configuration file (/etc/rndc.conf)
rndc: connection to remote host closed
[Code] ....
View 3 Replies
View Related
Nov 6, 2014
I have a repository backup that I want to partially restore. I see the option "Selected Objects" but it cannot be selected. I'm wondering why that is not an option? I'm also wondering what "restore this backup despite the fact that it does not have a valid signature" means. I see a check box. Is Plesk telling me my backup doesn't have a valid signature? What is the meaning of a "signature"?
View 12 Replies
View Related
Apr 6, 2015
i have a problem with my plesk 12 Installation on a Windows Server 2012 R2 Standard machine.
When I select a Website and want to change the php settings for that page it wont apply the new settings.
I placed a phpinfo() file in the Folder of that Website to test that. The weird thing is when i change the memory_limt value it is visible on the phpinfo() but when i change post_max_size or upload_max_filesize nothing changes.
[URL] .....
View 1 Replies
View Related
Mar 27, 2015
So per my other message [URL] .... we have four websites which we can't delete from PPA (Services/Websites doesn't have a way to do that) or from Hosting Panel (Webspaces says, "The selected webspaces were scheduled for removal," but they don't delete). In Hosting Panel, three have always shown as Failed and one as Pending.
The DNS zones can be deleted but they reappear if I "Apply DNS Template Changes" presumably because the websites are defined.
View 1 Replies
View Related
Apr 9, 2015
I set up a FTP backup repository today however when attempting to restore selected objects from the backup there are a couple of messages that state:
"Restore the backup file despite a corrupted signature"
"You can select objects to restore only when you are restoring from backups that were created in Plesk 12.0 or later."
I noticed that the backup residing in the FTP repository has a .tar extension whilst the one I did in the server repository has a .xml extension.
Restoring selected objects from the server repository works fine.
Why is this not possible? I'd like to restore selected objects from the FTP repository. Otherwise I'll have to transfer the backup file from FTP repository to the server which is really inefficient.
View 8 Replies
View Related
Apr 6, 2009
I am tried to make a file to tell me the php info of my server, but I get the following error.
Warning: phpinfo() has been disabled for security reasons
I have no idea how to enable or figure out why this is happening
I did disable some stuff in PHP configuration a while back because people were uploading c99 shells and whatnot on my box, so I'm not sure if that could be the issue.
I am running WHM/Cpanel on my server
View 4 Replies
View Related
May 26, 2008
I got a new server and at present it is not allowing resume of disconnected uploads. I remember on my last server I have to add a line on a config file to enable this but for the life of me I cannot remember.
Like this one the server has proftpd.
View 2 Replies
View Related
May 30, 2008
We have two dedicated server on that flash online arcade games website has hosted. Due to overload, server gets down server & hangs. So that we like to share the server load with two server.
Please find below the details our server configuration.
Processor : Intel 2.13 GHz Xeon
Hard Disk : 250GB ATA:
Control Panel : Cpanel (Installed on both server)
Apache Version : Apache/2.0.63
PHP Version : 5.2.4
MySQL : 4.1.22
I have been updating the PHP files with RSYNC command for every 15 min. MySQL Database we have put in different server (So I think no need to update).
how to share the server load with enabling the Load balance Server.
View 14 Replies
View Related
May 25, 2008
When using a download manager to download stuff from server, download manager detects server unable to support resume and parallel downloads, is there a way to set the server to allow it?
View 3 Replies
View Related
Jul 24, 2008
Let me first define what I call the "buffer meter". Its the red bar on Youtube which you can see after you scrub ahead on a clip which have not yet loaded 100%.
How i can enable buffer on my dedicated server?
View 2 Replies
View Related
Nov 27, 2014
I need php imap extension for my server. How can I enable it?
View 3 Replies
View Related
Feb 25, 2015
I've tried to enable https on a domain /server: vpn, debian 6.0.10, plesk 12.0.18/ but all I receive is a 403 forbidden error. I can't find any other related option, what could be the problem?
View 4 Replies
View Related
Aug 11, 2007
How do I install/enable SOAP client on a Centos / Cpanel server?
be clear and detailed in the commands I must run and what directories I run them in.
View 1 Replies
View Related
Aug 19, 2012
I have been trying to enable server-wide compression using deflate.My server is running a fresh install of plesk panel 11 installed over a fresh centos 6 64. The configs and settings (aside from files I mention) have not been changed at all from default.
I have created a new file in /etc/httpf/conf.d/deflate.conf This file is being included when Apache is restarted, so that's definitely working and the html doc compresses. But not matter what I do (I have tried every combination Google would find) css and js files will not compress. At my previous workplace we also used a Plesk server and nobody could ever get compression working there either.
View 4 Replies
View Related
Jan 10, 2015
how to automatically enable nginx by default for all domains/subscriptions and or even just as a whole since we do not use apache at all.
View 18 Replies
View Related
Jul 11, 2009
one of my sites "www.maishare.com"
wents down a lot per day
the strange that it's working from some places while not working from others
what i mean that when it goes down i check it at siteuptime.com and i found that its working from some places and some is down
all my other sites doesn't went down 100% uptime
i've checked the dns setting in my domain panel
View 7 Replies
View Related
Sep 27, 2008
A customer of mine for about 2 years just left for "Greener" pastures with a big time overselling host. Out of curiosity, I did a lookup search on his new IP using domaintools.
The result revealed that his website now resides on a server that has a little over 10,000 sites hosted on it.
My question goes thus:
What type of server efficiently holds such quantity of websites or could he be in for one hell of a ride?
[url]
View 14 Replies
View Related
Apr 14, 2008
Is there a way to tell how many, and the domain names, of all the sites assigned to one server or IP address on a shared hosting server? When I do a lookup on my server's IP address, it only points back to my hosting company. If I ping my domain, I get my IP address, so it seems reasonable that there's probably a way to find this out. I thought I had seen a post here about this, but searched for quite awhile, and couldn't find it.
I noticed my server's CPanel CPU Service Status went from about .4 (green) to 1.6 (red), and has pretty much stayed there the last few hours. It indicates it's a 1 CPU server. I was curious how many sites there were, and even what they were, to see if I could determine who or why the server usage is spiking.
I'm trying to learn more about hosting, and was curious about this aspect of shared hosting. I'm also looking for a way to throttle my own site to avoid causing a spike on my server. Does anyone know of a way I can ensure that my CPU usage does not exceed a predetermined amount so my hosting company won't pull the plug? Would throttling the bandwidth be possible, and perhaps a way to achieve that?
View 14 Replies
View Related