Apache :: Allowing EXE File Download
Oct 3, 2013
We're running a departmental intranet site on Apache 2.2 (on Windows Server 2003, if that matters). I'm trying to figure out how to post exe files on the web site so I can create a link and users can download the programs.trying various changes to my httpd.conf file, but no matter what I tried I get a 403 Forbidden error and the error.log file shows an error "Options ExecCGI is off in this directory:...".
1) I've tried putting the EXE in various folders.
2) I don't have a .htaccess file and I don't see anything in the httpd.conf file that seems to specifically relate to access for this file type.
3) If I put a zip file in the same folders, I am able to download or open it.
4) The httpd.conf file should be whatever was created when we installed Apache.
View 2 Replies
ADVERTISEMENT
Mar 29, 2013
The problem is that HTTP file download speed is nearly 10 times lower than FTP download speed. What could be limiting it? It's about 7Mb for FTP and 70-100Kb for HTTP. Strangely, download speed is OK when browsing from the server itself (e.g. via RDP)
View 2 Replies
View Related
Nov 12, 2013
Apache 2.2.22
I may be making something here too complicated but a friend downloaded a largish video file via my very basic web server.
Trying to interpret the data I am getting different figures, which one is correct or am I reading it wrongly.
carole [10/Nov/2013:17:55:21 +0000] "GET /cwgl/files/vidlink/videos/vid01.ts.mpg HTTP/1.1" 200 2879608
carole [10/Nov/2013:17:56:07 +0000] "GET /cwgl/files/vidlink/videos/vid01.ts.mpg HTTP/1.1" 200 1902255
carole [10/Nov/2013:18:11:41 +0000] "GET /cwgl/files/vidlink/videos/vid01.ts.mpg HTTP/1.1" 206 357
carole [10/Nov/2013:18:11:49 +0000] "GET /cwgl/files/vidlink/videos/vid01.ts.mpg HTTP/1.1" 206 5317289
carole [10/Nov/2013:18:16:38 +0000] "GET /cwgl/files/vidlink/videos/vid01.ts.mpg HTTP/1.1" 200 1834235652
200 totals = 1839017515
File properties on Ubuntu 2.0 GB (1,971,322,880 bytes)
server-status
1-0319210/3/3_ 82.6457740190482630.01880.001880.00 ip72-197-68-158.sd.sd.cox.net3lanesNULL
The other_vhost_access file says 1839017515
Ubuntu file properties says 2.0 GB (1,971,322,880 bytes)
Apache server-status says 1880.00
View 1 Replies
View Related
Aug 19, 2008
Logwatch reset my server logs this morning and there's an event I need to check for in /var/log/kern.log
How can I download the gzip of:
kern.log.1.gz
..to my pc desktop, using putty / ssh.
View 5 Replies
View Related
Sep 14, 2007
I have just performed a ftp backup of my entire server. I then zipped it up in Cpanel.
The file size its self it 3322megs big (about 3.3gb). If i press it to download it says:
Forbidden
You don't have permission to access /backup/sepmid07/sepmid07.zip on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.37 Server at backup.xxx*********** Port 80
I have made sure that i have the right permissions, I have also made sure that it belongs to the correct user. Also next to it where it would say how big it is, it says "-"
View 10 Replies
View Related
Oct 30, 2009
We have a video streaming server, sometimes the server gets really slow and when we digg into it, we see that the same ip is trying to download the same file many many times. for example i either run this command
netstat -n | grep :80 | awk '{ print $5 }' | awk -F: '{ print $1 }' | sort | uniq -c | sort -n | tail
or go to WHM and see the 'apache stats' and i see 100 http connections from the same ip, trying to download the same video 100 times,,,
what is this? is this some sort of attack? could that be 100 different people that use a proxy? or what is going on?
View 7 Replies
View Related
Jul 24, 2008
I am having a large problem moving my sites over to another server. WHM is timing out transferring some large sites that are 4-16 gigs in size, so I tried to manually pkgacct and was able to get one of the accounts setup as root, moved it over to public_html so I could wget from the 2nd server. No luck, permission denied. I tried to change permissions in FTP and found out I couldn't change them so I chmodded the file as root, no luck.
From there I set chown and changed it to the user of the FTP account and was able to modify the file from FTP. I'm still getting a forbidden message when I try wget or download from browser.
Forbidden
You don't have permission to access /backup/cpmove-azcorp.tar.gz on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
At this point I'm clueless, I chmodded the file to 777 so what else could be causing this?
View 7 Replies
View Related
Mar 15, 2007
how all the php files popping up for download. Am I missing anything here?
View 2 Replies
View Related
Jan 25, 2007
Users of my web site, running MD-Pro, a PostNuke (php-based) clone, suddenly started to report difficulties downloading files from the download module. We assumed it was the download module and spent ages diagnosing it, uploading fresh versions etc. After some time someone had the bright idea to see if the files could be downloaded direct (using the URLs) to eliminate the web application.
We found: Some users can download all files from the server with no problems.
Some users can download some files but not others.
So far as we can tell only MS Word files are affected, but not all.
The files on the server are not corrupted and there are no permissions issues
Disabling antivirus and firewalls locally makes no difference.
REloading fresh originals to the servedr does not help.
The host reports that no changes to the server have been made recently.
We have discovered that files in the web root are OK. The furhte down the directory structure they are, the less likely they are to download. Performance varies according to the browser in use. According to the host technical support, 'Firefox appears to be returning the data from its own cache. IE is only doing so for root. For the other places IE tries to download the file but stops receiving at exactly the same number of bytes from different locations.'
Using another server on a different host, the problem disappears so it must be due to the host setup in some way. Diagnosis is difficult because the host technical support can't reproduce it.
Platforms include Mac, Windows and Linux and browsers include IE7, Firefox and Safari.
One user with Mac isn't having problems, another with Mac is. All others reporting problems are on Windows. Users are at different locations, using different ISPs so it is unlikely there are common local problems.
The only common element I can see is that the ony files causing trouble are MS Word, though some of these do download OK
We have run out of ideas why this should be happening. How can some users have problems with the same files on the same server and others not?
What could have happened to cause this problem on a site that has been functioning correctly for several months on this server?
View 14 Replies
View Related
Feb 2, 2008
we are running a file sharing service and use lighttpd as a web server
the problem is that in Internet Explorer are some files i.e. .mpg, .pdf
and others opened directly in the browser
so is there a way to prevent this behavior(to force the browser to
download the file) by setting headers (or something else) in
lighttpd.conf?
View 2 Replies
View Related
Jul 1, 2008
I just want to use wget command to transfer data from a shared host to dedicated server.Anybody knows how to set wget to download the .htaccess file and keep the file/directory's permission the same as they used to be on the old server?
I only knows these:wget -b -c -r -l0 -np -nH -t0
View 5 Replies
View Related
Jul 24, 2007
I'm currently running on a VPS. My site allows for large file uploads and downloads, with files over 600mb in size.
The server has issues when the site gets three or more requests for large file downloads. I'm trying to grow this site to thousands of users and it is hard to do when the site can't handle even three.
I've been told by my host that I need to upgrade to dedicated. My VPS only has 512mb RAM and one large file download is eating up that RAM. This is causing the issue.
I'm a newbie and while I knew I was risking a bit by going with VPS I do find it a bit annoying that these guys advertise 1TB of bandwidth per month but I can't even support downloading 1GB at the same time....maybe it's just me...
Anyway, I am now looking into moving the large files and the upload/download over to Amazon S3. If I do this I am expecting my RAM usage on the VPS to greatly decrease. Is this correct? If my PHP code is running on the VPS, but the actual file download via HTTP is coming from S3, that should not be a heavy load on my box, correct?
any opinions on S3?
View 2 Replies
View Related
Oct 16, 2007
I'm trying to get setup with Apache 2.2, and did just fine on one server but the second one is giving me some troubles. I'm having an issue with some sites wanting to download instead of display. Does this ring any bells with anyone right off?
httpd.conf appears to be okay as far as I can see, but obviously something is not quite right somewhere.
View 5 Replies
View Related
May 9, 2013
I am migrating to apache httpd 2.4 on windows xp. The current server currently has exe programs that execute as cgi programs. When I try to use one of these links, apache just servers the programs as files for download. How do I configure my httpd.conf to run these instead of download them?
View 1 Replies
View Related
Oct 28, 2014
After downloading httpd-2.2.29-win32.zip and generating SHA1 and SHA256 checksums from the file, they do not match the checksums posted on the download page.
View 4 Replies
View Related
Aug 27, 2010
Apache seems to have a maximum client download speed of 5Mb/s. That too after I use these commands:
# Improve file transfer speeds on Windows Machines
EnableSendfile Off
EnableMMAP Off
Which without, the speeds are even slower!
I know for sure the server I am running Apache on can go to much higher speeds (2MB/s to even 12MB/s) because I tested it via FTP.
View 2 Replies
View Related
Oct 10, 2014
i manage linux apache webserver with a few wordpress blogs and from time to time i see someone inject a malicious .php file into wp-content/uploads/2014/10/ directory.
i think its some bad plugin or theme, but these is more blogs, i ugrade, update, WP, but
how can i setup some monitor to tell me which php file (or even line in php file) injected that malicious .php ? I have linux root access so i can setup anything
View 3 Replies
View Related
May 20, 2008
someone can give me a link "Download Test File" from theplanet..
View 3 Replies
View Related
Feb 8, 2007
It's possible to allow certain IP ranges to access certain ports by adding to allow_hosts.rules, but is it possible to allow certain domain names?
Eg: I want to allow all users of bell.ca to access port 41125-41130, and block all others from inbound/outbound.
View 2 Replies
View Related
Mar 9, 2009
I'm selling downloads of music files. The zip files are quite large. I've had several people complain that they get a message that the server resets their connection before the download finishes.
What can I do to allow these large downloads?
I'm on IIS.
View 21 Replies
View Related
Jan 24, 2008
I have a CentOS server running WHM/cPanel and have just had a recent problem pop up:
My SMTP server will only accept connections if the client has their SMTP settings set to use SSL. It won't accept regular, non-SSL connections. Ordinarily I'd welcome the added encryption, however, most of my users who rely on the SMTP server have their mail clients set not to use SSL.
Is this a setting somewhere? If so, can someone direct me as to where it would be, because I've been looking for hours and can't find a thing!
View 1 Replies
View Related
Jun 9, 2008
we've been with Softlayer for a little over a year. The service has been good but their support has been a nightmare for us. There was a time that we were under a dos attack and they refused to do anything about it which is what forced us to switch.
But that's not the reason I'm here. My billing ends on the 12th, their terms require you cancel the server 3 days before billing ends. I pay manually each month by pay pal. I tried to cancel the server today, what I assumed was 3 days before the 12th and they told me I couldn't do it. That I had to pay for another full month. So I told them I just won't pay and they threatened me with a late fee. Is there anything legally these people can actually do to me if I don't pay? All they have is my contact information, I don't think they could submit to collections over that without my social security number.
View 14 Replies
View Related
Dec 7, 2008
I am providing consultancy for a SOHO type of organization - 6-10 employees. The budget is not much for hosting. So we can't go high end. The current hosting company, in a way addresses more than 60% of the needs. However 1 important need is for users to be able to change their password for their email account. The current host says that DirectAdmin and CPanel fall short on this and nothing can be done. Any suggestions for hosts that address this need?
This is what the current package looks like:
* Directadmin control panel
* Apache web server
* Exim smtp server
* PHP5 scripting language
* PHPMyAdmin database control
* Unlimited subdomains
* SSI server side includes
* Centos linux OS
* Great uptime
* Squirrelmail web mail
* MySQL 5 database server
* PERL private CGI-BIN
* Unlimited domain pointers
* Webalizer statistics
* 1,000 megabytes of space
* 5,000 megabytes of transfer
* Unlimited POP3 and FTP
* Unlimited mySQL databases
* Unlimited sub domains
View 8 Replies
View Related
Jul 26, 2008
I ran a shell server on FreeBSD 4.x and was able through (if I recall...) a kernel option to allow users to only see their own processes. For example, if a user ran top it only showed their processes and no others.
I'm racking my brain trying to remember what I did to make that happen and I'm not having much luck with google.
Any other FreeBSD folks here that are familiar with this and care to remind me?
I think it's time I start keeping notes.
View 2 Replies
View Related
May 19, 2009
I am looking for a Canadian host who necessarily have their servers in Canada who offer dedicated hosting and who hosts adult sites. I don't have anything particular specifications as of now since my sites are overall small (1k/day).
View 14 Replies
View Related
Mar 3, 2009
I am looking for a VPS hosting company that basically allows unlimited email sending without restrictions. Does it necessarily have to be off-shore?
I will be sending about 300k per day, or somewhere in that neighborhood.
The bandwidth and storage I am not too concerned about.
View 9 Replies
View Related
Apr 20, 2009
This is one of my thoughts and a valid one based on my own experience.
One of the problems with shared hosting account that comes with multiple domain/web hosting, is that all the hosted domains shared one single cpanel and one root directory where all the addon domains directories and files are all jammed up together with the maindomain's directories and files.
Notably is some php scripted sites running on addon domains were unable to function effectively. One such example is using imagevue - a photo slideshow/gallery script. The problem of no photos or photos unable to load/show when the site is called directly from the addon domain [url]
However, when accessed through the maindomain [url] it has no such problem and the photos showed up.
With the above incident and having tried on three other different webhosts, it's clear that something has to be done or otherwise, having multiple domain hosting has no real benefits if you consider the above matters.
As such, the only solution I can think of is to install whm on our shared hosting account so that we can have each added domain to have its own independent cpanel.
So long as we are not doing any reselling activities, there is no reason for the webhost to object or refused.
If your webhost is genuinely care about you and truly to provide an enhanced and efficient webhosting experience, then whm is one way to overcome any shortcomings from existing facility of using a single cpanel for all your multiple addon domains.
Of course, another alternative is to use subdomains from the main domain and redirect all your addon domain sites to the subdomains. That would really defeat the purpose of having addon domains in the first place. Also, why should we? since the hosting account is for multiple domain hosting.
Webhosts offering so-called unlimited domain hosting or limited multiple domain hosting on a single cpanel, should review the existing known issues such as the one mentioned above, and consider using whm to overcome such issues, thus truly provide a pleasant and effective multiple domain web hosting experience to its customers.
Webhosts should tweak and enhance its existing features/softwares/hardwares to improve the overall webhosting services.
View 14 Replies
View Related
Apr 3, 2009
When trying to make a subdomain on my main cpanel domain, through cpanel, it acts like it is making it, and adds the dns entry, but it does not work. All other domains work fine.
I submitted a ticket to buycpanel, they asked for the login information this morning, and have not heard back from them. This has happened every since they installed cpanel.
I am hoping its something simple that one of you knowledgeable people may know how to fix.
View 2 Replies
View Related