1
on: May 10, 2022, 07:29:15 PM
|
||
Started by CrazyCat - Last post by CrazyCat | ||
So we are 9 years late, hurry up !
|
2
on: May 10, 2022, 11:55:41 AM
|
||
Started by CrazyCat - Last post by PeGaSuS | ||
Small correction: IRC was created in August 1988, at the University of Oulu, in Finland. so, it's almost 34y old
![]() |
3
on: May 10, 2022, 11:19:06 AM
|
||
Started by CrazyCat - Last post by CrazyCat | ||
Hi there,
More and more we see World Day appearing, so why don't we create the IRC World Day ? IRC was created in august 1998, it will be 24yo in a few months and 25yo next year. We can probably try to organize something for this year, as a test before the century' quarter ![]() The purpose is to have all actors of IRC participating to a promotion action, and make know that IRC is not dead. If anyone is interested in participating, suggesting ideas, giving their opinion, reply here or come in #ircdday on irc.zeolia.net Kind regards, CrazyCat P.S.: share this idea if you like it |
4
on: April 05, 2022, 08:22:23 PM
|
||
Started by Rene - Last post by Mohd Fhazal Aznan | ||
PeGaSuS teach me how to solve this and it's work
first in your ssh enable the apache mod : a2enmod dir userdir rewrite headers session session_cookie proxy proxy_html proxy_http proxy_wstunnel lbmethod_bytraffic sudo systemctl reload apache2 NOTE : if you don't have any other mod that is required by apache when you restart your apache just type in your ssh a2enmod (module name) example : Code: [Select] Apr 04 01:26:53 vps apachectl[294820]: AH00526: Syntax error on line 2 of /etc/apache2/sites-enabled/irc.mydomain.com.my.conf: a2enmod ProxyPreserveHost now edit all the files accordingly as below : Code: [Select] ### thanks @PeGaSuS ![]() |
5
on: April 03, 2022, 06:33:03 PM
|
||
Started by Rene - Last post by Mohd Fhazal Aznan | ||
Code: [Select] Apr 04 01:26:46 vps apachectl[294810]: The Apache error log may have more information. this happpen what i try to do like what u said, i have apache2 install in my box. i already have configured virtual host on that domain, how do i modify it from the default code ? i modify the default code and add yoiur reverse proxy code also enable the proxy module for apache2, seems like the https is still red, do u do anything on anope module config side?? |
6
on: April 03, 2022, 09:31:42 AM
|
||
Started by Rene - Last post by c-cris | ||
Hello,
This is what I did at home: nano /etc/apache2/sites-available/webpanel.yourdomain.com.conf Code: [Select] <VirtualHost *:80> sudo a2ensite webpanel.yourdomain.com sudo systemctl reload apache2 sudo a2enmod ssl ( if not done ) sudo systemctl reload apache2 sudo certbot --apache ( Choose 2 for automatic redirection in https ) sudo systemctl reload apache2 Sorry for my English, I use the translator :p |
7
on: April 03, 2022, 12:01:34 AM
|
||
Started by Rene - Last post by Mohd Fhazal Aznan | ||
i also need help about this, i have certbot install for the domain, the cert is in letsencrypt folder, how i make it work with anope webcpanel
|
8
on: March 13, 2022, 03:45:12 PM
|
||
Started by c-cris - Last post by Lord255 | ||
Yes, but I have another problem.:/ yea. it needs some modification. ![]() i think you should try crazycat's scripts. ![]() https://forum.anope.org/index.php?topic=4577.msg23441#msg23441 |
9
on: March 13, 2022, 03:16:43 PM
|
||
Started by c-cris - Last post by c-cris | ||
Yes, but I have another problem.:/
Code: [Select] Downloading... |
10
on: March 13, 2022, 02:35:51 PM
|
||
Started by c-cris - Last post by Lord255 | ||
hello.
did you load the geoip database as the conf asks you to do? Code: [Select] ? |