Re: gzip-static option isn't working on default index

2023-11-09 Thread Jim Anderson
The best I can find is that the it may only be searching for "/.gz" and not checking to see if the default index file "/index.html.gz" exists. src/usr.sbin/httpd/server_file.c if (r != NULL && strstr(r->kv_value, "gzip") != NULL) { /* append ".gz" to path and check existence */

Re: shmmax

2023-11-09 Thread Daniele B.
Paul de Weerd wrote: > Yes: don't twist knobs when you don't understand what they do. Thnx, it is better then a Theo *template* .. == Daniele Bonini

Java applications forget the splash on the left most screen

2023-11-09 Thread Daniele B.
Hello, I do not know if it is pertaining your intervention range but given 2 physical screens, java applications like eg. NetBeans appear forgetting the initial splash window on the left most screen. == Daniele Bonini

Re: shmmax

2023-11-09 Thread Paul de Weerd
On Thu, Nov 09, 2023 at 08:04:34PM +0100, Daniele B. wrote: | I'm guessing that for my usage profile I can go with an optimization | like this: | > sysctl kern.shminfo.shmmax=524288 | | Any more feedback? Yes: don't twist knobs when you don't understand what they do. --

Re: OpenBSD_one_site_web_hosting_software_recommendation

2023-11-09 Thread Todd
https://www.tiltedwindmillpress.com/product/httpd-and-relayd-mastery/ An older book, but it has detailed setup of php applications on OpenBSD On Thu, Nov 9, 2023 at 5:40 AM soko.tica wrote: > Hello, > > I have a task to launch from scratch one site web hosting google cloud > instance. > > I

Re: shmmax

2023-11-09 Thread Daniele B.
Janne Johansson wrote: > > I'm here asking what > > it is exactly the meaning for 'shared memory' here, and if implying > > that it is eventually the max memory allocable to the graphic card > > is correct. > > No. This is not related to graphics card memory Seems this tweak needs a vast

Re: smtpd[68513]: warn: lost processor: spamassassin exited abnormally

2023-11-09 Thread Omar Polo
I've committed the update and backported to -STABLE so the fixed package should appear in the next days. Thanks for the report and sorry for the breakage

gzip-static option isn't working on default index

2023-11-09 Thread Paul Pace
I have gzip-static set in a server block in httpd.conf. If I make the following request: curl -I -H 'Accept-Encoding: gzip,deflate' http://example.com the response has no Content-Encoding header and the Content-Length matches /var/www/htdocs/index.html. If I make the following request:

Re: shmmax

2023-11-09 Thread Janne Johansson
> I'm here asking what > it is exactly the meaning for 'shared memory' here, and if implying > that it is eventually the max memory allocable to the graphic card is > correct. No. This is not related to graphics card memory -- May the most significant bit of your life be positive.

Re: OpenBSD_one_site_web_hosting_software_recommendation

2023-11-09 Thread Daniele B.
Peter J. Philipp : > Instead of wordpress I invite you to be creative with C programming language > and construct your own BCHS (pronounced beaches) website.  Many people have > written their own blogs this way, so have I.  Check out my source code for > this at: > >

Re: OpenBSD_one_site_web_hosting_software_recommendation

2023-11-09 Thread Peter J. Philipp
On Thu, Nov 09, 2023 at 12:38:27PM +0100, soko.tica wrote: > Hello, > > I have a task to launch from scratch one site web hosting google cloud > instance. > > I know OpenBSD does have httpd web server, but I couldn't have found > neither wordpress nor joomla software neither in packages nor in

shmmax

2023-11-09 Thread Daniele B.
Hello, I come across the tweak of 'shmmax' and I'm here asking what it is exactly the meaning for 'shared memory' here, and if implying that it is eventually the max memory allocable to the graphic card is correct. >From man sysctl: To set the amount of shared memory available in the

Re: OpenBSD_one_site_web_hosting_software_recommendation

2023-11-09 Thread Daniele B.
If you are trying to implement a blog you can try out AvatarFree (php as well): https://avatarfree.org https://github.com/5mode/AvatarFree It is a software on premise, assl and corporation free to own your social presence. Eventually don't forget to edit your skinner.html and metrics.html I

Re: OpenBSD_one_site_web_hosting_software_recommendation

2023-11-09 Thread Manuel Giraud
"Peter N. M. Hansteen" writes: > On Thu, Nov 09, 2023 at 12:38:27PM +0100, soko.tica wrote: >> I have a task to launch from scratch one site web hosting google cloud >> instance. >> >> I know OpenBSD does have httpd web server, but I couldn't have found >> neither wordpress nor joomla software

Re: OpenBSD_one_site_web_hosting_software_recommendation

2023-11-09 Thread Omar Polo
On 2023/11/09 12:38:27 +0100, "soko.tica" wrote: > Hello, > > I have a task to launch from scratch one site web hosting google cloud > instance. > > I know OpenBSD does have httpd web server, but I couldn't have found > neither wordpress nor joomla software neither in packages nor in ports (7.4

Re: OpenBSD_one_site_web_hosting_software_recommendation

2023-11-09 Thread Mike Fischer
Yep, WordPress is doable. I’ve never used Joomla, so I can’t say for sure. One thing to note is that OpenBSD httpd does not have the .htaccess mechanism. So sites relying on Apache httpd .htaccess features might need some thought. OTOH there is a port for Apache httpd… HTH Mike > Am

Re: OpenBSD_one_site_web_hosting_software_recommendation

2023-11-09 Thread Maja Reberc
WordPress and Joomla can be deployed without using a port/package. I've always done it this way. It's up to you which web server you choose. I'd go with OpenBSD httpd because I really like its simple configuration (in contrast to Apache). If you decide to use httpd, definitely read httpd(8).

Re: OpenBSD_one_site_web_hosting_software_recommendation

2023-11-09 Thread Peter N. M. Hansteen
On Thu, Nov 09, 2023 at 12:38:27PM +0100, soko.tica wrote: > I have a task to launch from scratch one site web hosting google cloud > instance. > > I know OpenBSD does have httpd web server, but I couldn't have found > neither wordpress nor joomla software neither in packages nor in ports (7.4 >

OpenBSD_one_site_web_hosting_software_recommendation

2023-11-09 Thread soko.tica
Hello, I have a task to launch from scratch one site web hosting google cloud instance. I know OpenBSD does have httpd web server, but I couldn't have found neither wordpress nor joomla software neither in packages nor in ports (7.4 -stable). Is there a possibility to launch wordpress or joomla

Re: Regression (or misconfig on my side?) after OpenOSPFd upgrade (OpenBSD 7.3 -> 7.4)

2023-11-09 Thread Stuart Henderson
On 2023-11-07, Laurent CARON wrote: > Hi, > > After upgrading a 7.3 to 7.4 OpenBSD box, I noticed OSPF adjacencies > using a password are not coming up with the following in /var/log/messages: > > ospfd[55040]: recv_packet: authentication error, neighbor ID X.X.X.X > interface vlanXX > > After