Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - x1337

Pages: [1]
1
Apache / Can't upload larger files!
« on: June 06, 2020, 09:35:58 AM »
Log 1: public_html/cgi-bin/logs/upload.log


[Thu May 28 14:09:04 2020][5436] [Thu May 28 14:09:04 2020] upload.cgi: CGI.pm: Server closed socket during multipart read (client aborted?).

-----

Log 2: /usr/local/apache/domlogs/domain.com.error.log


[Thu May 28 14:14:09.693395 2020] [cgid:error] [pid 16236:tid 139648529569536] (70007)The timeout specified has expired: [client IP:50280] AH01270: Error reading request entity data, referer: https://domain.com/?op=upload_form

-----

"408 Request Timeout" While uploading more than 3 MB of file!

CentOS 7 using Web Centos Panel

------

<VirtualHost IP:80>
ServerName domain.com
ServerAlias http://www.domain.com
ServerAdmin webmaster@domain.com
DocumentRoot /home/domain/public_html
UseCanonicalName Off
ScriptAlias /cgi-bin/ /home/domain/public_html/cgi-bin/
TimeOut 18000

--------------

<VirtualHost IP:443>
ServerName domain.com
ServerAlias http://www.domain.com
ServerAdmin webmaster@domain.com
DocumentRoot /home/domain/public_html
UseCanonicalName Off
ScriptAlias /cgi-bin/ /home/domain/public_html/cgi-bin/
TimeOut 18000


Still nothing! I tried via . htaccess as well but it didn't work out well!


2
Updates / Default Apache Page on All Domains
« on: May 01, 2020, 12:55:15 AM »
Code: [Select]
Apache PHP info:
PHP 5.6.37 (cli) (built: Jul 20 2018 06:10:33)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies

Apache start script check:
grep: /etc/init.d/httpd: No such file or directory

CWP Admin check:
/usr/local/cwpsrv/htdocs/admin

CWP version:
0.9.8.967

I don't know how all my domains are showing default Apache page.... I tried everything on available on google but wasn't able to figure it out what the issue is actually!

Contents of File: /usr/local/apache/conf/httpd.conf   

ExtendedStatus On
Include /usr/local/apache/conf/sharedip.conf
Include /usr/local/apache/conf.d/*.conf
------------------------------
Contents of File: /usr/local/apache/conf.d/vhosts.conf

IncludeOptional /usr/local/apache/conf.d/vhosts/*.conf


I cannot reinstall CentOS because it will destroy everything!

Pages: [1]