Apache :: Integrate Websocket Into Existing Application

Jan 7, 2013

I'm trying to integrate the websocket into existing application.Based on my search, i found a websocket module to do this, but it isn't updated yet. URL...

Any chance that the module will be included in Apache ? Also i found in StackOverflow conversation that Apache httpd wasn't design to maintain persistent connection, is that true ? Using WebSocket on Apache server. Should continue using Apache websocket module or using separate websocket server ?

View 6 Replies


ADVERTISEMENT

Apache :: Websocket With Mod Proxy Wstunnel Doesn't Work

Jul 16, 2013

I have a little problem with the web sockets and my reverse proxy apache, i have upgraded in 2.2.22 and loaded the module mod_proxy_wstunnel.

View 2 Replies View Related

Apache :: Create Redirect To Non Existing Page

Apr 10, 2015

I need to create a redirect to a non existing page.

Here is my code and the site is on shared hosting

<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^index2.php#!(.*)$ /index2.php/$1 [R=301,L]
</IfModule>

This would be [URL] ....

I would like to redirect Every request with "#!string" to new url (same page) - [URL] ....

I know that the code above needs

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

to be added but it doesnt even makes the redirect to 404. The url doesn't change.

View 8 Replies View Related

Apache :: Mod Rewrite Not Works With Existing Directory

Mar 14, 2013

Why my rules don't work as I want?

I want to make hidden rewrite from url like host.sk/dir/dir2

View 4 Replies View Related

Apache :: HTAccess And Rewrite Rule - Show Existing Images

Mar 8, 2015

I'm using .htaccess to show existing images instead of images which does not exist.

RewriteBase /images/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)_(.*)1200x900.jpg$ esittely_$21200x900.jpg
RewriteRule liiga1200x10.jpg esittely1200x10.jpg
RewriteRule liiga670x10.jpg esittely670x10.jpg [L]

Everyting works fine if an image does not exist.

But if an image does exist, the second RewriteRule
RewriteRule liiga1200x10.jpg esittely1200x10.jpg
will be used.

Why is that so? How could I modify my code to prevent that? 

View 2 Replies View Related

Plesk 11.x / Linux :: How To Integrate Slave DNS

Oct 23, 2013

We have published an article about the 'Slave DNS' Plesk extension in our blog. Parallels does not provide technical support services for this Plesk extension. The extension is intended to serve as example of how certain technical tasks can be accomplished.

View 7 Replies View Related

How To Develop A Web App (on Shared Hosting) Which Which Will Integrate Into CPanel

Aug 29, 2008

I have a web application (PHP and ASP.NET editions) which is widely distributed. The common question from users is "why does your script lack cPanel (or Plesk) integration?"

Can anybody provide some guidelines of whether/how it's possible to develop a web app (PHP, ASP.NET) which will act as add-on to cPanel or Plesk, assuming that I will develop this integration using shared hosting account?

The docs for cPanel/Plesk I found so far assume you have a dedicated server with admin access to cPanel (or Plesk) and thus can do everything with the server during the development process. But can I perform development of cPanel/Plesk compatible applications having shared hosting account only? Or, maybe, some hosting providers enable the required functionality while others do not? If so, could anybody recommend such a provider from whom I can get an account and make my web app cPanel compatible?

I need to make the application at least installable by means of cPanel/Plesk, so that anybody could install it using cPanel/Plesk only and its icon would appear in the control panel just like other cPanel/Plesk-compatible apps do. Deeper integration (whatever it could mean) is planned but not for the time being.

The same question for Plesk.

Or, I have no other choice but to get two dedicated servers with cPanel and Plesk for my development purposes?

View 0 Replies View Related

Plesk 12.x / Linux :: Error Installing Application From Application Installer

Oct 13, 2014

whenever one of my customers tries to install an application from the application installer, they get an error that looks like this.

Error: Installation of WordPress at http://*******.com/wordpress failed. Non-zero exit status returned by script. Output stream: 'PHP Warning: mysql_connect(): Access denied for user 'ndari_wordpres_7'@'aeris.jdrepo.com' (using password: YES) in /opt/psa/var/apspackages/apscatalogSTqEEM.zip7b3ca133-9714-5d/cache/scripts/db-util.php on line 66 '.

Error stream: 'PHP Warning: mysql_connect(): Access denied for user 'ndari_wordpres_7'@'aeris.jdrepo.com' (using password: YES) in /opt/psa/var/apspackages/apscatalogSTqEEM.zip7b3ca133-9714-5d/cache/scripts/db-util.php on line 66 '.Click to expand...

View 2 Replies View Related

Apache :: 2.4.3 - Difference Between Executing As Service Or As Application

Feb 12, 2013

I installed apache 2.4.3 in windows server 2003. Since i did not get administrator rights in this machine i could not install as a service.

I runned as an application through the command line console and is working fine.

Is there any difference regarding performance when running as a service or as an application?

Is there any other benefit or drawback of running as a service or as an application?

View 2 Replies View Related

Apache :: Server Becomes Unresponsive With Wsgi Application

Nov 20, 2013

I have Apache 2.2 installed on Windows to host a web2py application using wsgi.

Apache crashed once stating it had run out of worker threads, so I inscreased ThreadsPerChild to 500. It has since crashed/become unresponsive without giving anything in the error log.

I set up mod_status, and am looking for understanding what I see when looking at server-status page.

It says 135 requests currently being processed, 365 idle worker. However I don't think there are 135 people connected.

Here's the request lines:

SrvPIDAccMSSReqConnChildSlotClientVHostRequest
0-1253840/0/0W138495448300.00.000.00
... the line above is repeated identically 125 times
0-1253840/32/32W000.00.460.46127.0.0.1dalgety-svr8.havelock.intGET /server-status HTTP/1.1
0-1253840/0/0W52400.00.000.00192.168.202.109dalgety-svr8.havelock.intGET /HubForms/ProjectFolderIndexing/index HTTP/1.1

[Code] ....

Question:

1) What are those 125 requests, and why are they not exiting. Are they anything to worry about? why is there no Client/VHost/Request? Could they be from the python process? Could they be what's causing the issue?

2) The Acc entry 0/121/121 on /HubForms/capacity_requests/index - is this representative of an issue?

3) When I restart Apache, it typically says "Terminating 375 threads that failed to exit" but that number doesn't match up with anything. Are these the idle threads?

Also I'm not sure what "restart" actually means, i.e. what stops and what stays (i.e. why am I on generation 0-12?).

4) Is any of this anything to do with why Apache becomes unresponsive, or should I be looking elsewhere?

View 1 Replies View Related

ModSecurity Web Application Firewall For Apache - No Button

Sep 7, 2014

After install the ModSecurity Web Application Firewall for Apache no button for manageing module is displayed in plesk.

Installation was successful. How can I repair the button in plesk / webbased manage mod_security?

View 13 Replies View Related

Apache :: Perform SSO To Application - How To Increase HTTP Header Size

Dec 5, 2014

I'm trying to perform SSO to my application. for my login i get an error "Size of a request header field exceeds server limit". I believe the header size got increased then the limit set in apache server. I'm guessing so.

the flow of request: Apache -> tomcat -> SAP Business Objects.

For my colleagues login the SSO works fine with out issue.

So, how to increase the HTTP header size. I'm bridging apache and tomcat using AJP connector. below is the AJP connector parameters in server.xml

<Connector port="8009" protocol="AJP/1.3" redirectPort="443" URIEncoding="UTF-8" enableLookups="false" connectionTimeout="20000"/>

View 1 Replies View Related

Plesk 11.x / Linux :: PHP Support 11.5.30 - Cannot Change Or Choose Running As Apache Module Or CGI Application

Jul 17, 2015

Hosting Settings

There is no php support - so i can´t change or choose running as apache module or cgi application (s. screenshot)...

OS Ubuntu 12.04.5 LTS

Panel version 11.5.30 Update #50, last updated at July 17, 2015 03:46 AM

View 4 Replies View Related

Run An Existing Site On A LAN

Mar 30, 2008

I am currently trying to transition a website from one CMS to another.

I need to configure and build the new CMS so that it retains the same features of the previous CMS.

I don't want to interrupt service to the website, thus I need to build the new one offline and then switch the two.

Can a domain server with the same domain structure of the WWW be run on a LAN?

I was thinking of configuring a FreeBSD server with apache on a private IP LAN.
Then I would run a DNS server to emulate the internets domain structure (.com, .net and .org).

View 3 Replies View Related

Forwarding Existing Emails

Jul 27, 2008

I have this strange issue,

There are few domains with few email accounts with some existing emails, like

user@domain1.com having 60 mails in inbox
user2@domain1.com having 125 mails in inbox

user@domain2.com having 80 mails in inbox
user2@domain2.com having 380 mails in inbox

And many more.

Now these existing emails are to be forwarded to onespecificmailid@some-remote-domain.com

How to automate this?

There are hundreds of other mail accounts too which should not get disturbed/touched.

Each existing mail should be forwarded as normally incoming mails are forwarded.

We have root access and server specs are:
WHM 11.23.2 cPanel 11.23.4-R26138
CENTOS Enterprise 5.2 i686 on standard - WHM X v3.1.0

Any idea how to do that?

View 9 Replies View Related

3dgwebhosting.com Support- Existing Or Not

Dec 3, 2008

I've tried posting 3 tickets (2 support and 1 billing) and so far non of them was answered. 1st ticket I've posted was 11/18/2008 and until now, no response.
Has anyone seen their support and billing in action??? my last ticket was for billing canceling my account. They've got good prices but lacking of support people... too bad

View 12 Replies View Related

50+ Existing Customers Using Shared Hosting...

Nov 2, 2009

What should I do ?

Dear Site Point , im looking for some advice on which steps I should now take with my online business which really needs SEO performance to be the best it can but with my current hosting situation and existing customers using a live system things might be complicated.

Im using a hosting company in Europe to run UK Based websites which I have read makes no difference to SEO aslong as you use the Google webmaster tools and define the location. The hosting company offers the use of adding multiple domains to one account which I currently have about 50 so in theory 50 sites are using the same IP Address , I have just read that sites with backlinks to the same IP Address gives your site a big ' 0 ' for SEO backlink results, is this true ? so having " website designed by " has no effect on each of your clients pages.

I have looked into to becoming a reseller on a UK based hosting company but the problem is my customers use one master SQL database for all the products as all my customers even though different businesses all sell similar types of products so they all use the same SQL tables as it made no sense setting up a seperate database for each customer on the same hosting , each customer uses a shared control panel with sessions so everything is secure.

So Should each customer have a reseller hosting account with a seperate database / domain etc which could be a security risk as potentially they could resell the website software.

or

Keep the virtual overseas hosting (cheaper) and keep all my customers on one account and purchase a dedicated ip address for a primary domain that I sell from to try and boost SEO back links ?

or.....maybe someone could advise something better ? more stable ?

View 2 Replies View Related

Host That Will Transfer Existing PhpBB

May 3, 2008

Current BB: readybb.com/cindysommer
Current host: readyBB
My technical skills: only enough to be dangerous

Thanks in advance to anyone who can help.

My current host is not satisfactory. Support is practically non-existant. I need to know if there is such a thing as a host that will provide transfer services as I do not have the technical ability to do it myself.

I would think the ideal situation would be to copy everything to the new host first, but as much as I've read and read about this for months, I still do not trust myself to do it.

View 14 Replies View Related

Back-up Database And Replace The Existing One

Jan 4, 2007

I have a site but it was corrupted due to server problem with host. I have a back-up of DB in phpMySQL.

I am now installing the same script in new server and the site is now running.

The problem is, I want to use my back-up database and replace the existing one. How to do this?

View 2 Replies View Related

[openvz]How To Create A Simple Template Using Existing VPS

Nov 6, 2008

How to create a simple template using existing VPS?

I can create simply compressing the dir of an active VPS?

Example: tar -zcvf template.tar.gz /vz/private/VEID

View 3 Replies View Related

New Hosting Offers Valid For Existing Customers

Oct 5, 2008

I'm an existing customer of Hosting Company X and notice that they have recently launched an offer that is a higher config than what I have right now, at the same price.

When asked about it, I was refused the higher config citing that new offers are not applicable for existing customers. I've been with them for over a year and have been experiencing very good support from them, but this one issue baffles me.

Why are existing customers less important?

View 14 Replies View Related

Changing Hostname In Cpanel On Existing Server

Feb 16, 2007

I have an existing server running cpanel that I would like to change the hostname on. What I am curious about, is the effects on the rest of the server if I go and change it. From what I can tell, the current host name is being used all over the place, and I don't know if cpanel updates everything on it's own, or if I would need to manually update everything after I change the name.

View 2 Replies View Related

3ware 9550sx With Centos 4.4 (Existing Server)

Jan 19, 2007

I'm planning to run RAID 1 on my PowerEdge 860 server running CentOS 4.4 (320gb x 2 SATA II).

After doing much research, I've decided to go with 3ware 9550sx.

I have some questions regarding installing the 3ware on an existing system with an OS already installed - How do I go about doing it?

I've read that CentOS 4.4 already has the drivers for it.. Do I just configure the RAID config during the boot up?

Is this an overkill for my PE Pentium D 2.8GHZ ?

View 6 Replies View Related

PureFTP Error Renaming To Existing File

Mar 1, 2007

I'm having a problem in my cPanel/WHM on a RHEL3. I installed a webcam and I'm trying to upload the images to an specific directory. The process is simple: the webcam uploads a temporary file to avoid not having a correct JPG version of the image and then renames the temporary file to the JPG. Problem is PureFTD won't premit this last step, renaming, but does permit overwriting an existing file at upload time.

I've been looking in hte PureFTD documentation and can't seem to find the correct configuration flag. I'm probably missing something, any ideas?

View 2 Replies View Related

Plesk 12.x / Linux :: Existing SSL Cert Removal

Sep 23, 2014

So after the palaver yesterday, I managed to remove everything to a degree enough to reinstall Plesk. I'm still having quite a few issues but at least the websites are up and running again.

One of the more important ones is SSL certificates. Apparently they still exist somewhere, but they're not showing up in Plesk.

I tried doing /usr/local/psa/bin/certificate -l -domain <domain>, however that returns:

PHP Notice: Undefined index: CSR; File: /usr/local/psa/admin/plib/api-common/cuCertificate.php, Line: 878
Error occured while sending feedback. HTTP code returned: 502
PHP Notice: Undefined index: Priv; File: /usr/local/psa/admin/plib/api-common/cuCertificate.php, Line: 878

[Code] .....

View 1 Replies View Related

Plesk 11.x / Windows :: Add Existing MSSQL Database?

Sep 18, 2012

I restored some some databases outside of Plesk in a MSSQL 2008 instance. Plesk knows about the MSSQL intance but is not aware of the databases. I want to add them to Plesk so they will be backed up.

View 2 Replies View Related







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