Enable Http Headers In Plesk

Jun 20, 2008

I have a problem with my site where users log in (vbulletin) and yet the script doesn't log them in. After some research i found out this happens due to http headers.

I own a dedicated server which has plesk as the control panel, i do not know where to go and find the option to enable Http Headers.

View 8 Replies


ADVERTISEMENT

HTTP Headers & Cache-control

Aug 14, 2007

I was running into a problem where PHP was automatically sending the following HTTP headers:

Code:
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
This caused a problem in that my browser (Camino) would not let me view source without reloading the page. For state-based pages, that was a nightmare and meant I couldn't use my main browser for development!

Now that I have identified the problem, I am wondering what the point of those headers are, and whether I need them. I can definitely overwrite them but am not sure if I should.

My web app does set cookies (uses PHP sessions). I believe that it is the setting of the cookie that triggers PHP to send those headers. If I don't set a cookie on a PHP script, those headers are not sent.

how I can manage cache-control properly so that I can view source in Camino? Is no-cache etc. really important if you're setting cookies?

View 0 Replies View Related

QMail Inconsistent Headers On Plesk

Dec 1, 2008

qMail inconsistent headers on Plesk

We are facing this problem on a Plesk (serverpsa v8.6.0_build86080910.19 os_CentOS 5)
The scenario is that on this server we have around 5 domains, one of them is the main domain that is also in the hostname.

On the main domain some custom social networking PHP script is running that sends out mails using SMTP authentication, now when welcome mail or invites or notification mails or any such mail are sent through the script, it includes other domains in the headers randomly:

Received: (qmail 15896 invoked from network); 24 Nov 2008 18:45:05 -0500
Received: from somedomain.com (HELO server.maindomain.com) (xyz.xyz.xyz.xyz).....

View 0 Replies View Related

Plesk 12.x / Linux :: Too Many Received-SPF Headers

Dec 15, 2014

I maintain a server with a few domains. The server runs Plesk and Mailman. There are about 50 mailing lists with number of subscribers ranging from a couple people to a few hundred people. All work fine.

There is an additional list with around 2500 subscribers. Messages sent to this list are being received with nearly 500 identical "Received-SPF: pass" lines. Besides seeming odd, it's particularly problematic as some domains are bouncing the emails because the header is too large.

This behavior started after I upgraded from Plesk 11.x to 12.x.

The SPF lines look like this:

Received-SPF: pass (SERVER-HOSTNAME-HERE: localhost is always allowed.) client-ip=127.0.0.1; envelope-from=BOUNCE-LIST-ADDRESS-HERE; helo=SERVER-HOSTNAME-HERE;

Where SERVER-HOSTNAME-HERE is our hostname and BOUNCE-LIST-ADDRESS-HERE is the list's bounce address.

For what it's worth the server hostname and the domain of the list do not match.

This issue seems to be tied to the number of subscribers. We made a new list with a few subscribers and messages looked fine. We added the 2500 subscribers to the new list and then we saw the plentiful Received-SPF: pass entries.

View 5 Replies View Related

Plesk 12.x / Linux :: Passing Headers To Apache Through Nginx

Jul 23, 2014

I want to pass the X-SENDFILE header to apache through nginx.

Is this possible or do i have to disable the reverse proxy?

View 1 Replies View Related

Plesk 12.x / Linux :: Wordpress Installation - Premature End Of Script Headers

Apr 12, 2015

My wordpress installation in plesk some times give me:

[Sun Apr 12 14:26:08 2015] [warn] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Sun Apr 12 14:26:08 2015] [error] Premature end of script headers: index.php

How I can fix? it's very random ....

View 11 Replies View Related

Plesk 12.x / Linux :: Mailman Lists On Server Are Being Rejected For Headers Being Over 32K

Mar 17, 2015

I just upgraded to 12.x from 11.5, and now the messages to the mailman lists on the server are being rejected for headers being over 32K.

I finally saw this when joining the list myself to see why so many recipient servers are rejecting the mail. I see many instances of these:

Received-Spf: pass (server.mydomain.net: localhost is always allowed.) client-ip=127.0.0.1; envelope-from=thelist-bounces@clientdomain.com; helo=mail.mydomain.net;

and there's one towards the end with:

Domainkey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=clientdomain.com; b=RYN97cdOiqBdkm17GknWv0IMwOmsBHoK+eRaAjYey1vg6+jke2Z35Z1CFBIs/ZvrSslcc1X3kSzu/5SvHzuZVS1nB7zEPDBdr7jZ/Y3ViFccqDWNQbbFjpW9/7tVrFRssMv55gCMNnDwmgqK8WfU1vMkHwfdsuDnIkmB4OtAfqP9w=; h=Received-SPF:Received-SPF:Received-SPF:Received-SPF:Received-SPF:Received-SPF:Received-SPF:Received-SPF:Received-SPF:Received-SPF:

[Code] ....

How do I stop getting all those Received-SPF: headers prepended to the mailman list? It tags on a header that's well over 32K for a message that is less than 1K.

View 1 Replies View Related

Plesk 11.x / Linux :: When Using Move To Folder Option - Spamassassin Is Not Adding Headers

Jun 19, 2014

When I set up spamassassin to store spam in the spam folder of my mailbox, it doesn't add any X-Sapm headers nor tags the subject. All I found so far was an old thread where a plesk employee stated that it will be fixed in 'a' future version.

I am on 11.5.30 Update #47.

View 3 Replies View Related

Plesk 12.x / Linux :: Error Reading Data From FastCGI Server And End Of Script Output Before Headers

Feb 17, 2015

I have an issue with running of the php-scripts. It runs via Cron (as it consumes a lot of memory), after aprox. 10 minutes after the start-time of the script the following error appears in the error-log file (path - /var/www/vhosts/system/subdomain.domain.tld/logs/error_log)

[Tue Feb 17 19:46:57.003326 2015] [fcgid:warn] [pid 28629] (104)Connection reset by peer: [client XX.XXX.XXX.XXX:48450] mod_fcgid: error reading data from FastCGI server
[Tue Feb 17 19:46:57.003368 2015] [core:error] [pid 28629] [client XX.XXX.XXX.XXX:48450] End of script output before headers: Name_of_the_script.php

For a very strange reason another PHP-script, that has the same code, but just runs less arrays, and therefore consumes less memory and can be run via browser - works perfectly from both browser and the cron. The php.ini for this domain set up correctly (see the attachment)...

View 1 Replies View Related

Enable Htaccess Plesk

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

Plesk 11.x / Linux :: SSH Or SFTP - How To Enable

Oct 21, 2014

FTP is a very old transfer technology with a lot of security problem.

Why don't enable directly SSH or SFTP on Plesk by default or by a simple way?

It's very difficult to enable it now

I'm loosing a lot of time to find how to enable it on plesk 12 and still not undestanding why do not work.

View 3 Replies View Related

Plesk 12.x / Linux :: Can't Enable MPM Worker

Apr 28, 2015

I've followed this: [URL] .... but my server still say's that it's using prefork

/usr/sbin/httpd -l | egrep "prefork|worker"

Code:

~]# /usr/sbin/httpd -l | egrep "prefork|worker"
prefork.c
httpd -V

[Code]....

View 1 Replies View Related

Plesk 12.x / Linux :: Http Not Working

Jul 9, 2015

I have a weird problem happening to only few of my domains. From web browser, any of URL below is working fine:

webmail.domain.com
ftp.domain.com (it will open up a new window asking for login info)
domain.com:8443 (it will redirect to control panel login page)

However, URL below not working:
www.domain.com
domain.com

I have checked the DNS entries, all looks alright. I even initiate DNS test from dnsgoodies.com and it return fine.

View 1 Replies View Related

How To Enable Mailing List In CentOS Plesk VPS

Jul 24, 2009

On one of our VPSes, the Mailing List feature is disabled. The link is showing but is disabled. Upon searching a lot in Google, I found I need to have MailMan installed before I could run Mailing List.

However, we have Mailman already installed on the VPS in question. Any suggestion as to how to get the mailing list link activated?

View 0 Replies View Related

Plesk 11.x / Windows :: Enable SSL Certificate For End User

Feb 6, 2014

How to enable self add ssl certificate for end users as on linux hosting?

View 4 Replies View Related

Plesk 12.x / Linux :: Enable HHVM On Debian

Aug 18, 2014

It's possible to enable HHVM on debian host with plesk?

View 1 Replies View Related

Plesk 12.x / Linux :: Verify If Gzip Is Enable?

Nov 1, 2014

How to can I verify if gzip is enable? And if not, how can I active/install mod deflate/gzip under plesk 12?

View 8 Replies View Related

Plesk 11.x / Windows :: Panel 11.5 - How To Enable AWStats

Mar 26, 2014

how to enable AWStats for the domains on my server. In our old Panel (v9.5), I could go Domains > DOMAIN.TLD > Web Hosting Settings, and on that page there was an option to choose between Webalizer/AWStats/None. In version 11.5, I don't see that option.

When I look on the actual Windows server, I do see an AWStats directory along with a Webalizer directory in "C:Program Files (x86)ParallelsPleskAdditional", so I think it's installed...? AWStats comes along as part of the Plesk Panel license, right?

I can see the Webalizer stats when I browse to [URL] ...., but I'd much rather see AWStats.

View 2 Replies View Related

Plesk 11.x / Windows :: How To Enable DKIM-signature

Mar 5, 2013

I've enabled the DomainKeys-Signature in my server.Now I want to enable DKIM, how?

==========================================================
Summary of Results
==========================================================
SPF check: pass
DomainKeys check: pass
DKIM check: neutral
Sender-ID check: pass
SpamAssassin check: ham

View 9 Replies View Related

Plesk 12.x / Linux :: How To Enable Nginx For All Domains

Nov 18, 2014

I have installed the nginx on my server and want to activate it for all my domains, to do this, i have to do it manually for each domains. But there should be an easier way. Apache uses too much ram.

View 7 Replies View Related

Plesk 11.x / Linux :: Script To Enable SSL Support

Dec 17, 2014

We have many hundreds of domains on our Plesk 11.5 server (Linux) but many of them do not have SSL support enabled. Any script that would enable it for all domains and subdomains on our server, to save the tedious time of manually checking every domain?

View 2 Replies View Related

Plesk 12.x / Linux :: How To Enable Multiple Admin Log In

Jul 21, 2014

Where I can find option for enable multiple log in for admin account?

View 6 Replies View Related

Plesk 12 On Ubuntu - How To Enable Apache ASP Support

Nov 17, 2014

I just have started to setup a web-environment using Plesk 12 on Ubuntu 14.04LTS.

I have the following problem:

I have setup a service-plan that enables Apache ASP. When I try to create a webhosting using this service-plan I run into a message saying that the service-plan tries to ENABLE ASPs, but the available setting is DISABLED (only option) and the webhosting will be setup with ASP DISABLED (and the webhosting will be out of sync with the service-plan).

Trying to figure out the reason for this behaviour I checked the site_isolation_settings.ini (in /usr/local/psa/admin/conf/). In this file asp is set to on (no comment sign on start of the line).

Then I looked for the custom view settings for the power user view (which I am currently not using - I use the service provider view): In the hosting parameters ASP is ticked.

After that I checked the installed (and installable) features of Plesk; especially the Web-Hosting-Features. Surprisingly I noticed there is no option to install Apache ASP support!!!

Remark: I installed Ubuntu 14.04LTS Server in minimal configuration (SSH-Server configuration) directly after that I started the Plesk installation...(might this be the reason?)

How can I make Apache ASP work?

View 4 Replies View Related

Plesk 11.x / Windows :: Enable SSL With A Self-signed Certificate?

Feb 1, 2013

I want to enable SSL in one of my domains. I've checked old topics about how to do this, but I can't get it done.

I want to use a self-signed certificate. I'm gonna use the SSL to receive and send data from/to an Android device, not to access it using a web browser.

I created my own certificate in SSL certificates (I used the self-signed option instead of Request). I didn't add anything else after that, I didn't add Certificate or anything else.

Once it's been created, I enable SSL on the domain I want. I just enabled the checkbox, there's no combobox to select a certain certificate, but I changed the default certificate on SSL certificates. I thought that was enough, but it wasn't working so I went to IP Addresses, I clicked in my dedicated IP (shared) and selected my new certificate in there, but it's still not working.

EDIT:

I've just seen that Apache Tomcat might not be installed, I'm not sure if that has anything to do with it. If I go to Server->Service Management I can find Apache Tomcat 5.4.4 in the Java tab (it's the only Apache entrance), but it says it's not active since it hasn't been installed or it's not correctly configurated. If I go to Applications->Installed applications Apache Tomcat is not there.

View 1 Replies View Related

Plesk 12.x / Linux :: Enable Directory Index?

Nov 5, 2014

How to enable in Plesk 12 directory index ( view and/or listening and/or browsable )...

View 5 Replies View Related

Plesk 11.x / Linux :: Enable Mssql Connect On PHP

Nov 12, 2013

want enable mssql_connect on php

plesk panel 11.0.9
centos

I want enable mssql_connect for php.

View 2 Replies View Related

Plesk 12.x / Linux :: How To Redirect Http To Https

Mar 25, 2015

I have bought ssl certificate but if I open my site I think it is redirect to http because I dont see https. I use nginx like web server.

View 13 Replies View Related

Plesk 11.x / Linux :: How To Redirect HTTPS To HTTP

Jul 18, 2014

how can I make a redirect traffic to the site that I have over HTTPS in HTTP? Disabling SSL 404 using Plesk 11 with nginx + php-pfm

View 2 Replies View Related

Plesk 12.x / Linux :: Enable PHP IMAP Module For Server

Nov 27, 2014

I need php imap extension for my server. How can I enable it?

View 3 Replies View Related

Plesk 11.x / Windows :: How To Enable Bzip2 Compression In Phpmyadmin

Jan 30, 2014

how to enable bzip2 compression in phpmyadmin.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved