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
Installation / Re: reverse proxy for a website
« on: August 12, 2021, 01:17:27 AM »Course, use nginx and configure it manually.Any tutorial?
2
Installation / reverse proxy for a website
« on: August 05, 2021, 02:07:51 PM »
Hello, Is there any option to set a reverse proxy for a website? For example My website is hosted on server 1 and I want to set reverse proxy for my website from server 2.
Is it possible here?
Is it possible here?
3
Apache / Re: [Tutorial] Apache HTTP2 Module
« on: October 16, 2017, 12:16:35 PM »
I have opened /usr/local/apache/conf/httpd.conf
and two lines:
LoadModule http2_module modules/mod_http2.so
Protocols h2 http/1.1
After that while restarting httpd getting below error:
Getting this error:
Stopping httpd: [FAILED]
Starting httpd: httpd: Syntax error on line 501 of /usr/local/apache/conf/httpd.conf: Cannot load modules/mod_http2.so into server: libnghttp2.so.14: cannot open shared object file: No such file or directory
[FAILED]
and two lines:
LoadModule http2_module modules/mod_http2.so
Protocols h2 http/1.1
After that while restarting httpd getting below error:
Getting this error:
Stopping httpd: [FAILED]
Starting httpd: httpd: Syntax error on line 501 of /usr/local/apache/conf/httpd.conf: Cannot load modules/mod_http2.so into server: libnghttp2.so.14: cannot open shared object file: No such file or directory
[FAILED]
4
Apache / Re: Starting httpd: AH00548: NameVirtualHost has no effect and will be removed in th
« on: October 16, 2017, 09:44:55 AM »
Again I tried to do same as you mentioned but getting below error.
[root@server ~]# killall -9 httpd
httpd: no process killed
[root@server ~]# service httpd restart
Stopping httpd: [FAILED]
Starting httpd: AH00548: NameVirtualHost has no effect and will be removed in the next release /usr/local/apache/conf/sharedip.conf:23
[FAILED]
[root@server ~]#
[root@server ~]# killall -9 httpd
httpd: no process killed
[root@server ~]# service httpd restart
Stopping httpd: [FAILED]
Starting httpd: AH00548: NameVirtualHost has no effect and will be removed in the next release /usr/local/apache/conf/sharedip.conf:23
[FAILED]
[root@server ~]#
5
Apache / Re: Starting httpd: AH00548: NameVirtualHost has no effect and will be removed in th
« on: October 16, 2017, 09:14:38 AM »
I am handling this issue on behalf of pinkukachri.
I've done as you told. But Now While restarting i am getting error
Starting httpd: AH00548: NameVirtualHost has no effect and will be removed in the next release /usr/local/apache/conf/sharedip.conf:23
[FAILED]
----------------------------------------------
I've rebuilt the apache and vhost and again tried to restart apache but still error. Error is below:
Starting httpd: AH00548: NameVirtualHost has no effect and will be removed in the next release /usr/local/apache/conf/sharedip.conf:23
[FAILED]
I've done as you told. But Now While restarting i am getting error
Starting httpd: AH00548: NameVirtualHost has no effect and will be removed in the next release /usr/local/apache/conf/sharedip.conf:23
[FAILED]
----------------------------------------------
I've rebuilt the apache and vhost and again tried to restart apache but still error. Error is below:
Starting httpd: AH00548: NameVirtualHost has no effect and will be removed in the next release /usr/local/apache/conf/sharedip.conf:23
[FAILED]
6
CentOS-WebPanel GUI / data transfer
« on: April 07, 2017, 01:36:11 PM »
Hello, I am currently using cwp on my vps. but now I want to change the vps. But I have a problem that how can I transfer my 5 accounts to new cwp vps. can you please help or provide knowledge base for it?
Pages: [1]