How do you limit the amount of processes a user can create? I'm running suEXEc mode and I want to limit the processes to 5 to prevent abuse and resource drainage.
Is it possible (or if anyone has) to have ability or some script that will integrate into apache or something and will tell limit CPU load per directory (hence user)?
Eg: I don't want one high traffic user using like 2% load.
We have a questions for everyone and any help would be greatfull, we are looking to limit disk inodes on a per user basis or server wide. we would like to know if anyone ca referance us as to how this is accomplished.
I thought I knew enough about my .htaccess stuff to do this, but I can't seem to work it out. What I want to do is if a user visits domain.com/folder, we check to see if the folder exists. If so, show as normal (IE domain.com/support)
If a user visits domain.com/dynamicusername (dynamicusername is not a physical folder), redirect to dynamicusername.domain.com
where when I view my website through http using Firefox, it never stops loading. If I use IE, then I get a "page can not be displayed" error.
If I use https then everything works fine.
I have noticed that if I delete lines from the files, I don't have this problem.
If I try viewing images (so I know it can't be an html of php problem) some look fine (the very small files). But, larger files, around 168 kb, load halfway and the second half is distorted (green and purple chunks and other random colors and lines).
If I view the image through https, the image is perfectly fine!
If I put my site through w3.org's validator (just to see what it would report) it says "500 Line too long (limit is 4096)".
My website used to work, so I know there isn't any code in the pages that would cause this to happen.
Is there an Apache setting I check? Perhaps it is sending a really long header that I can not see? I am not really sure what to do. I have made my site to force https but it's slow and not signed.
when I find the subscription from the admin side of PPA, if I select "Login as user" I've noticed that it is different from actually logging in as the user - for example - "add domain alias" is missing when I login as a customer - but not as an admin... I need my customers to add their own aliases and manage them - how do I add that feature to the client login side?
I am having problem with my members sometimes accessing my forum
i am getting this error message;
Error message:
Internet Explorer cannot display the webpage
Most likely causes:
You are not connected to the Internet.
The website is encountering problems.
There might be a typing error in the address.
What you can try: Diagnose Connection Problems More information
This problem can be caused by a variety of issues, including:
Internet connectivity has been lost.
The website is temporarily unavailable.
The Domain Name Server (DNS) is not reachable.
The Domain Name Server (DNS) does not have a listing for the website's domain.
If this is an HTTPS (secure) address, click Tools, click Internet Options, click Advanced, and check to be sure the SSL and TLS protocols are enabled under the security section.
I contacted the support Team but they told me its working Fine , but for me and some members its not working all the time.
We are facing with a strange issue about URLs. At any web site in our reseller account in php pages when we add http:// or http%3A%2F%2F to the URL as a query string server returns Internal Server Error 500.
For example when I try to access such page /index.php?q=http%3A%2F%2F[url] or /index.php?q=[url]I get this error. Is there any misconfiguration about PHP or Apache at server or what can we do to solve this problem?
whats the difference between http and ftp ? I have read many references of those but still couldn't comprehend. The internet world is way too many inferior quoting.
My sites are up when I go to http and there is no slowdown but my monitors (panopta and pingdom) say that there is an outage in ping (only in ping, http is up). I tried pinging the server and there are packet loss up to 100% but the site is still up. I also used other online pinging tools (all-nettools.com, dnsstuff.com, etc.) and host unreachable.
I tried contacting the provider but they say there are no network problem at this time. So I found this other site that's also hosted on the same provider and I can access their site but fails on ping.
i have Apache 2. Before now, on the same server i had the same OS : CentoOS at the same version but an old version of DirectAdmin with Apache 1.3, unfortunately my sysadmin installed the last version with Apache 2, so now i ask you for help.
I host videos in virtual directory : ( ex: video1.myweb.com ; video2.myweb.com )
Before Now :
CentOS 4.5 Apache 1.3 JW FLV 3.14
1. the user click the play button 2. the player put on screen the first frame of video and start loading 3. the player when have loaded 3% start play the video 4. if the buffer become empty the player pause the reproduction and restart from the current time position when the buffer is full.
Now
CentOs 4.5 Apache 2 JW FLV 3.14
1. the user click the play button
2. the player doesn't start ( black screen ) --> probably in backgorund the download is started because:
3. the user click again the button --> and now the player start the reproduction of the video
4. if the player have not loaded all the video, the player stop with black screen
5. the user click on play and the player restart not from the current posizion but from the start of the video
Clearly this depend on Apache bad configuration i think, but i have no idea how can i resolve, and on google i have not found any tutorial and documentation.
I recently transferred my domain names from MyDomain.com to GoDaddy.com and now whenever you click on a link to my site from the search results it produces an HTTP 500 Error. I am using HostGator and they said that it is "not what they assist with". I know it could be a number of things but they told me to check with my redirects and there is nothing in the .htaccess file.
Currently I have a URL that has HTTP. This has been given to the public. There is no doubt that they have added this URL to their favorites.
In about 2 weeks, I will be applying an SSL certificate that would add an ‘S’ to the HTTP (e.g. https)
My questions is: After applying this SSL certificate, which adds an “S”, will the link saved in my users’ favorites still work? Or do I have to add some HTML code that will redirect them?