-
Published Question
Hi all,
I have a cms installation that requires the cgi-bin directory and the .cgi files, I remove all the cms installation from my vhost but some cgi files are still available when you access via web browser.
Here is...
0
•
•
By
danielmariluz
Apache
Caching
CMS
Perl
-
Published Answer
Solved doing this:
curl -L http://cpanmin.us | perl - --sudo App::cpanminus
then
sudo cpanm Name::Module
…
Accepted Answer:
Solved doing this:
curl -L http://cpanmin.us | perl - --sudo App::cpanminus
then
sudo cpanm Name::Module
…
•
By
danielmariluz
-
Published Question
Hi everyone,
I need install some perl modules using cpan on my droplet i get this output on the terminal
install Image::Magick
Reading '/root/.cpan/Metadata'
Database was generated on Tue, 04 Feb 2020 21:41:03 GMT
...
Accepted Answer:
Solved doing this:
curl -L http://cpanmin.us | perl - --sudo App::cpanminus
then
sudo cpanm Name::Module
Thanks everybody!
1
•
•
By
danielmariluz
Perl
-
Published Answer
I did, look like I need to install all those libraries
Can't locate MT/Bootstrap.pm in @INC (you may need to install the MT::...
•
By
danielmariluz
-
Published Answer
App this to cgi.test the script works
chmod 755 /var/www/814.pe/public_html/cgi-bin/test.cgi
Is not the only CGI file in there,…
•
By
danielmariluz
-
Published Question
Hi everyone!
I can not execute my CGI files in my virtual host, this is the configuration of my file:
/etc/apache2/conf-available/serve-cgi-bin.conf
```
<IfModule mod_alias.c>
<IfModule mod_cgi.c>
...
3
•
•
By
danielmariluz
Apache
Perl
Arch Linux
-
Published Question
hey guys im using a CMS with its based on Perl, so there are some CGI files to star the installation in my server but those file don't execute in web browser, in some cases show the content to those scripts or just t...
1
•
•
By
danielmariluz
Apache
Perl
Arch Linux