Re: Two part question on httpd

2019-10-21 Thread Jeremy
Thank you for these links. These related projects are what inspired me to head down this path, however they seem focused on using sqlite, which I do not wish to use. I currently use sqlite in other software and run into both performance and scalability issues. Hence my interest in mysql based dbs

Re: Two part question on httpd

2019-10-21 Thread Stuart Henderson
On 2019-10-21, Jeremy wrote: > Why when I run binaries written in C from /var/www/cgi-bin, it's allowed > but if I use other compiled languages (ex: Haskell) I need to adjust the > wxallowed options for where /var/www/cgi-bin is mounted? Most compiled languages don't need w+x across the board (th

Re: Two part question on httpd

2019-10-21 Thread Justin Noor
Try these sites: https://learnbchs.org https://kristaps.bsd.lv/kcgi On Mon, Oct 21, 2019 at 11:20 AM Jeremy wrote: > Hello, > > I am experimenting with httpd's cgi options. > > Why when I run binaries written in C from /var/www/cgi-bin, it's allowed > but if I use other compiled languages (ex:

Two part question on httpd

2019-10-21 Thread Jeremy
Hello, I am experimenting with httpd's cgi options. Why when I run binaries written in C from /var/www/cgi-bin, it's allowed but if I use other compiled languages (ex: Haskell) I need to adjust the wxallowed options for where /var/www/cgi-bin is mounted? Is this due to where it says: "...The bas