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.
Pages: [1]
1
Apache / apache not start
« on: May 08, 2021, 10:11:04 AM »
0
apache not start
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
frist error
https://textsaver.flap.tv/lists/41tr
tail log https://textsaver.flap.tv/lists/41tt
apache not start
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
frist error
https://textsaver.flap.tv/lists/41tr
tail log https://textsaver.flap.tv/lists/41tt
2
SSL / probelm in auto ssl and i already have same dns
« on: October 17, 2020, 02:17:49 AM »
Hello
i see this error when i try make auto ssl
I have this domain in server and already conect
and i already have other doamin and work good and auto ssl work good
only this doamin ?
how solv ?
i see this error when i try make auto ssl
Quote
- fliershare.com
Error Message: [Sat Oct 17 04:13:20 CEST 2020] Using CA: https://acme-v02.api.letsencrypt.org/directory [Sat Oct 17 04:13:20 CEST 2020] Multi domain='DNS:www.fliershare.com,DNS:fliershare.com,DNS:mail.fliershare.com,DNS:ftp.fliershare.com,DNS:cpanel.fliershare.com,DNS:webmail.fliershare.com' [Sat Oct 17 04:13:20 CEST 2020] Getting domain auth token for each domain [Sat Oct 17 04:13:22 CEST 2020] Create new order error. Le_OrderFinalize not found. { "type": "urn:ietf:params:acme:error:rateLimited", "detail": "Error creating new order :: too many certificates already issued for exact set of domains: cpanel.fliershare.com,fliershare.com,ftp.fliershare.com,mail.fliershare.com,webmail.fliershare.com,www.fliershare.com: see https://letsencrypt.org/docs/rate-limits/", "status": 429 } [Sat Oct 17 04:13:22 CEST 2020] Please check log file for more details: /root/.acme.sh/acme.sh.log
I have this domain in server and already conect
and i already have other doamin and work good and auto ssl work good
only this doamin ?
how solv ?
3
CentOS 7 Problems / Re: i tired to solve this panal error
« on: October 15, 2020, 10:41:35 AM »
if i buy management support is will solve ?
i send more email no response
i send more email no response
4
CentOS 7 Problems / i tired to solve this panal error
« on: October 14, 2020, 11:04:37 PM »
friest one i have htcsses
internal sevrer error
and maxupload file not edit
i already edit from php.ini and till can't upload big file by php
Code: [Select]
RewriteEngine On
Options +FollowSymLinks
Options -Indexes
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule . index.php [L,QSA]
# Performace optimization
# BEGIN Compress text files
<ifModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain
AddOutputFilterByType DEFLATE image/svg+xml application/xhtml+xml application/xml
AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml
AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript application/json
AddOutputFilterByType DEFLATE application/x-font-ttf application/x-font-otf
AddOutputFilterByType DEFLATE font/truetype font/opentype
</ifModule>
# END Compress text files
# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
ExpiresByType image/x-icon "access plus 31536000 seconds"
ExpiresByType image/jpeg "access plus 31536000 seconds"
ExpiresByType image/png "access plus 31536000 seconds"
ExpiresByType image/gif "access plus 31536000 seconds"
ExpiresByType application/x-shockwave-flash "access plus 31536000 seconds"
ExpiresByType text/css "access plus 31536000 seconds"
ExpiresByType text/javascript "access plus 31536000 seconds"
ExpiresByType application/javascript "access plus 31536000 seconds"
ExpiresByType application/x-javascript "access plus 31536000 seconds"
</ifModule>
# END Expire headers
# BEGIN Cache-Control Headers
<ifModule mod_headers.c>
<filesMatch ".(ico|jpe?g|png|gif|swf)$">
Header set Cache-Control "public"
</filesMatch>
<filesMatch ".(css)$">
Header set Cache-Control "public"
</filesMatch>
<filesMatch ".(js)$">
Header set Cache-Control "private"
</filesMatch>
<filesMatch ".(x?html?|php)$">
Header set Cache-Control "private, must-revalidate"
</filesMatch>
<filesMatch ".(woff|woff2|ttf|otf|eot)$">
Header set Cache-Control "max-age=31536000 private, must-revalidate"
</filesMatch>
</ifModule>
# END Cache-Control Headers
internal sevrer error
and maxupload file not edit
i already edit from php.ini and till can't upload big file by php
Pages: [1]