Questions tagged [abyss]

Abyss is a web server run on Windows, Mac OS, and Linux created by Aprelium

Abyss has two main lines one is free X1 and non free X2. It offers simple and powerful web server solution with many features and GUI configurations. It also supports ASP.net, classical ASP, PHP, Python, Perl, and more.

10 questions
2
votes
1 answer

Abyss web server and Python

I have got Abyss web server on my windows-7 64 bit computer. I followed the instructions regarded in this official link to add python support to the server, regarding that I did not downloaded the Active Python considered in the documentation, I…
SaidbakR
  • 13,303
  • 20
  • 101
  • 195
1
vote
1 answer

How do you combine two point clouds with comma?

I was wondering whether the following would work: cat file1 file1 | csv-sort --binary 4f --fields x,y,z,a --unique > file3
1
vote
1 answer

abyss-pe: variables to assemble multiple genomes with one command

How do I rewrite the following to properly replace the variable with my genomeID? (I have it working with this method in Spades and Masurca assemblers, so it's something about Abyss that doesnt like this approach and I need a work-around) I am…
1
vote
1 answer

How to fix HY000/2054 when implementing MySQL with Abyss Web Server?

I'm starting up a web server using Abyss X1, and just tried implementing a MySQL server through PHP with the following two scripts: connect_db.php : #Connect on 'localhost' for user 'admin' #with password 'RoboticCowboy2019' to database…
0
votes
1 answer

Getting Error 500 When I Try to Run a Python Script on Abyss Web Server

I'm trying to run a Python script on Abyss Web Server Console on my local machine. Here are the scripting parameters that I've configured... And the Python script that I'm trying to run.. import cgi form =…
0
votes
0 answers

How should I start an Apache server with mysql if localhost is already being used by Abyss Web Server(set up for php)?

I have this PHP script: mysqli_connect() does not connect properly to the SQL…
0
votes
1 answer

Can't seem to get perl files to work over Web Server host

Trying to run the code on my local host which is using Abyss to host returns a generic 'You have chosen to open:' windows popup. I'm a real beginner to HTML 5 so sorry if this is obvious. I'm reading through 'HTML 5 in easy steps' and the book asks…
Guy193874
  • 3
  • 2
0
votes
0 answers

How to prevent removal of "Temporary ASP.NET Files" folder when IIS not installed

I'm using a 3rd party web server to host ASP.Net applications on a Windows 10 computer that does NOT have IIS installed. After most Windows 10 updates it appears that the Temporary ASP.NET Files folder (v4.0.30319) gets removed and my web server…
VG1
  • 185
  • 9
0
votes
1 answer

phpmyadmin Index page loading but not displaying any info

My phpmyadmin was accessible prior to installing ssl on my abyss web server using http://. Since I have set up my ssl config when I try to access phpmyadmin on https:// the page loads but nothing is displayed. I have installed ssl across my whole…
0
votes
1 answer

Using perl to learn HTML forms

I followed my book and I - 1 - Installed Abyss Web server, personal edition. 2 - Copied the book's echo.pl file to the htdocs folder of the webserver. Restarted the webserver. 3 - Installed Active Perl. (Actually, it was there already. I don't…
Steam
  • 9,368
  • 27
  • 83
  • 122