I've just set up HTTPS on Apache (CentOS). However if I try to access the HTTPS site I just get prompted with the save as dialog to download either the .php file or .html. How do I get it to show (and process) it instead, like when accessing normally (non-ssl).
I´ve read that a whole https website might be better for SEO than just a mixed version. So I want to change the whole website to https.
We are using Plesk 12 on Win 2008 R2. One Website is using DotNetNuke 7.3.2.
How can I automatically set the whole website to https?
What happens to the users that just type domainname.com without http or https.?
What is the right search engine friendly technique to permanently redirect to the https version even when the user is not using the application protocol prefix http/https?
Where can I do the setup in Plesk 12 fro Windows?
Are their any other drawbacks that I have to think over before I do the changes?
I have set up an Apache web server that has ssl enabled. If I go to https://myserver.com I get the 'it works!' page and the certificate is valid and trusted. If I go to https://myserver.com/myapp that also works (it's an Oracle weblogic deployed java app that I'm fronting with Apache).
I would like to configure Apache so that when a user goes to simply https://myserver.com it automatically directs them to https://myserver.com/myapp rather than showing the 'It works!' page. I have read some documentation and experimented with setting a redirect via the https.conf file and even the ssl.conf file but nothing seems to work. I either get a 404 or simply the 'It works! page.
I used a script to block some unwanted countries from accessing my site. In total I had about 3000 lines with ipranges. Now I just went ahead and put this on one of the servers, one that I really don't need the traffic on. But I am wondering what kind of affect this may have on the speeds. Will it really affect it more then a few ms? And anything else I should maybe worry about? Except maybe the loading time at reboots.
im running centos and have a fairly high-end server. yet my services seem to be running a bit sluggish. is there a way to differntiate if its the server or the connection?
using free -m -t im only using half of my ram
(i dont know the command to check how much of my processors im using). im going to assume that that is also 50% or below. if any one has this command please let me know. if its not either of those im guessing its either bad routing be bounced everywhere, or some more localize like datacenter issue, bad router or something.
I have a hosting provider who cannot provide enough ram to run my one time PHP script (gallery2) (and has a automatic background program kill my task)
So I would like to use processing and ram outside of that server.. via one of my other web servers.. (Dual 1 Ghz, 1 gb of ram) the thing is that the servers got plenty of power but not as much space..
So the ideal solution.. would be to utilize it's power while having it access the hard drive/data remotely and processing it remotely... using the internet/ssh to do this..
I have a client which run an active CMS and the server is utilizing the swap space at the moment. It is running on 6GB memory and a Xeon processor now. Is there anything that I could do before going for hardware upgrade? The apache and mysql keep exhausting the memory during peak hours.
I am planning to set up a VPN server for a group of about 4 people who will use it as an "internet proxy" for *all* their internet connectivity. (They live in a country where internet activity is severely restricted (and monitored), and I think a VPN would be a good solution for them.)
However, I have no idea what kind of processing power or system resources are needed for this kind of situation. Is a simple VPS ok? How much memory would be good? How about server speed?
The server will be linux (probably CentOS) and will use OpenVPN.
I'm thinking that there probably doesn't need to be a whole lot of raw CPU power or RAM, but maybe I'm wrong?
I work for an academic department which utilizes one web server, and has few issues with processing time and/or speed during the year. However, there is one point during the year when there is a need for a significant number of processing transactions, which opens all at once at a certain time on a certain day for everyone, that the web server cannot handle and is currently not occurring.
I need to find a service that can handle this. Basically, we would just need to insert info into a database (or whatever input form works) and then later export that data into a text file to be inserted by us at a later time. This is not credit card processing, which is why I'm posting. However, this would need to be secure. We only need the use of the servers and a database.
We have Detected server and we use windows server 32 bit , and we are using this server To Encode Video From Avi To Mp4 , But the Problem is we can not get any avi files to play , we Reload the OS and Install it again and We install all the Codec Windows Need But we steel can not Get this video work , its really strange ,
I am having the error in all the cpanel of the server when i contactected the cpanel they asked to change the permission of the all the domains using the bash command can one can help in running the commands so that all the permission changes properly ....
We have a problem with our plesk servers. I executed "/usr/local/psa/admin/sbin/httpdmng --reconfigure-all" and now the plesk interface shows an error message:
I found out that all domain configs were generated correctly, but the psa database shows an error (select * from Configurations where status = 'error'; ) for file /etc/apache2/plesk.conf.d/server.conf.
I got a dedicated box recently and have made quite a few changes some of which I learnt about while making them. While this may sound like a silly thing to do I think it's a great learning curve.
I've come across an issue that I cannot find a fix for it is
Quote:
Unable to understand response from admin bin: apache sent: GETDOMAINIP xxxxx received:[]: Illegal seek at /usr/local/cpanel/Cpanel/AdminBin.pm line 140. Cpanel::AdminBin::adminfetch('apache', '/usr/local/apache/conf/httpd.conf', 'GETDOMAINIP', 'scalar', 'xxx.com') called at /usr/local/cpanel/Cpanel/UserDomainIp.pm line 23 Cpanel::UserDomainIp::getdomainip('xxx.com') called at /usr/local/cpanel/Cpanel/ExpVar.pm line 184 Cpanel::ExpVar::expvar('$hasdedicatedip') called at cpanel.pl line 1748 main::execiftag('<cpanelif $hasdedicatedip>') called at cpanel.pl line 4419 main::dotag(undef) called at cpanel.pl line 4308 main::cpanel_parseblock('SCALAR(0x90e7eb8)') called at cpanel.pl line 4262 main::cpanel_parse('GLOB(0x9336048)') called at cpanel.pl line 1104
I want my server looking and open index.html first and after index.php, I mean if have both index.html and index.php in a folder, the index.html will be open by default .