Search found 252 matches
Aprelium Forum Index
Author Message
  Topic: Ensuring Secure Configuration of your Headers
Toasty

Replies: 1
Views: 11848

PostForum: Tutorials   Posted: Tue Oct 08, 2019 6:20 am   Subject: Ensuring Secure Configuration of your Headers
I have built a site that audits the response headers of your web applications to determine if they are configured correctly. I still have a ways to go (for example, digging into CSP configuration a bi ...
  Topic: ownCloud - run your own cloud storage service
Toasty

Replies: 2
Views: 32020

PostForum: Tutorials   Posted: Tue Oct 08, 2019 6:01 am   Subject: ownCloud - run your own cloud storage service
No, thank YOU!
  Topic: PHP 5.5.2 Released
Toasty

Replies: 8
Views: 33917

PostForum: PHP   Posted: Wed Sep 26, 2018 7:02 am   Subject: PHP 5.5.2 Released
Bruh
  Topic: Less informative HTTP Response Header
Toasty

Replies: 2
Views: 12540

PostForum: General Questions   Posted: Tue Dec 27, 2016 5:51 pm   Subject: Less informative HTTP Response Header
Set up a reverse proxy in front of it (HA Proxy, etc) and strip the header. Multiple hosts can be configured using this as well.
  Topic: Installing 'Abyss Web Server'
Toasty

Replies: 2
Views: 12482

PostForum: General Questions   Posted: Tue Dec 27, 2016 5:48 pm   Subject: Installing 'Abyss Web Server'
I would ignore you too. Your post here is full of jibberish and crying instead of having a useful question.

Likewise, ideally they would only support the paid versions of the software, since you kn ...
  Topic: error 500 but not error message
Toasty

Replies: 9
Views: 32830

PostForum: PHP   Posted: Tue Dec 27, 2016 5:37 pm   Subject: error 500 but not error message
This is an issue I've had with Abyss so many times, long running processes (DB queries etc).

For something like this, you're better off just running it from the CLI or setting up a scheduled task t ...
  Topic: how do i make a commenting blog website?
Toasty

Replies: 1
Views: 10306

PostForum: Web Design   Posted: Wed Dec 16, 2015 5:57 pm   Subject: how do i make a commenting blog website?
Create an account on Wordpress.com

Use their site.
  Topic: Executing bat file
Toasty

Replies: 4
Views: 21010

PostForum: Web Design   Posted: Wed Dec 16, 2015 5:56 pm   Subject: Executing bat file
Please don't use this.

Learn the proper way to do it with a server-side language.

Allowing arbitrary running of batch files should be considered harmful.
  Topic: I want to create an indie/casual gaming site
Toasty

Replies: 2
Views: 14532

PostForum: General Questions   Posted: Wed Dec 16, 2015 5:55 pm   Subject: I want to create an indie/casual gaming site
TL;DR, Yes you can.

It's a web server, you can make any kind of website on a web server.
  Topic: php ajax file uploader
Toasty

Replies: 2
Views: 19750

PostForum: PHP   Posted: Wed Dec 16, 2015 5:42 pm   Subject: php ajax file uploader
The original file name is in $_FILES
<?php

$fileName = $_FILES['yourfieldname']['name'];
$extension = array_pop(explode('.',$fileName));

echo $extension;
  Topic: New to php but keep getting Error 404 page
Toasty

Replies: 1
Views: 19394

PostForum: PHP   Posted: Wed Dec 16, 2015 5:39 pm   Subject: New to php but keep getting Error 404 page
What did you create the file in?

If it is phpinfo.php.txt or otherwise not just phpinfo.php, then you'll get the 404.
  Topic: Changed logging behavior ::ffff:
Toasty

Replies: 1
Views: 10459

PostForum: General Questions   Posted: Tue Jun 03, 2014 10:17 pm   Subject: Changed logging behavior ::ffff:
That's IPv6 -- still an IP address, just a different version of it.

I forget what ffff is, ::1 is localhost, that may be as well, not sure.
  Topic: Benchmark of 4 different PHP Versions - and the winner is ?
Toasty

Replies: 2
Views: 20697

PostForum: PHP   Posted: Sat Apr 26, 2014 12:02 am   Subject: Benchmark of 4 different PHP Versions - and the winner is ?
Not sure if you're using the preconfigured PHP from Aprelium, or installing PHP from PHP, but if it is the latter, opcode caching is disabled by default in your PHP.INI -- enable that, and you'll see ...
  Topic: Pre-configured php doesnot work with Abyss Web Server X1
Toasty

Replies: 4
Views: 25117

PostForum: PHP   Posted: Sat Mar 29, 2014 4:08 am   Subject: Pre-configured php doesnot work with Abyss Web Server X1
raynet --

What you should do is:

- Stop Abyss
COPY your /php/ directory into a backup directory
- Install/unzip the new version of PHP into the /php/ directory

Then, go through your old a ...
  Topic: PHP File Size
Toasty

Replies: 8
Views: 34334

PostForum: PHP   Posted: Mon Jan 27, 2014 7:02 pm   Subject: PHP File Size
Currently, it seems there is a 2GB cap on uploads, but there are several things that can interfere with that:

In your PHP.INI file:

upload_max_filesize
post_max_size

These should be the sam ...
  Topic: Problem with picture
Toasty

Replies: 3
Views: 22116

PostForum: PHP   Posted: Fri Dec 27, 2013 7:27 am   Subject: Problem with picture
Meant to include this:

http://www.robert-lerner.com/files/404.png
  Topic: Google Chrome downloading index files?
Toasty

Replies: 4
Views: 24687

PostForum: PHP   Posted: Fri Dec 27, 2013 7:25 am   Subject: Google Chrome downloading index files?
I suspect there is some strange interaction with AWS and caching headers, at least in 2.7. I often times see my CSS failing to load since AWS rejects returning the document when it feels the cache sho ...
  Topic: Problem with picture
Toasty

Replies: 3
Views: 22116

PostForum: PHP   Posted: Fri Dec 27, 2013 7:22 am   Subject: Problem with picture
Perhaps a late reply, but a reply nonetheless:

I did a scan of your site and found that "product-h-bg.gif" comes up with a 404. I also noticed you're on Win 32... So, go to the following ...
  Topic: Abyss and Fully Managed Web Hosting
Toasty

Replies: 4
Views: 13863

PostForum: Off Topic Discussions   Posted: Wed Aug 07, 2013 3:50 am   Subject: Abyss and Fully Managed Web Hosting
I had started building one, and when I had an automated script kill and restart the process, it reset the Abyss.conf, losing all the settings.

Wasn't worth it.
  Topic: PHP 5.5 64bit supported by Abyss X2
Toasty

Replies: 9
Views: 32404

PostForum: PHP   Posted: Thu May 09, 2013 3:55 pm   Subject: PHP 5.5 64bit supported by Abyss X2
The web server shouldn't matter as long as your system supports the x64 architecture.

i.e. you can run an older version of Abyss that was only x32, and still run x64 PHP, just like you can run x64 ...
  Topic: Abyss and Caching
Toasty

Replies: 3
Views: 13982

PostForum: General Questions   Posted: Thu Mar 28, 2013 3:51 pm   Subject: Abyss and Caching
Thanks Aprelium.

When you do add E-Tag support, SHA1() wouldn't be a terrible idea for remote chance of collisions, I use MD5 in some of my scripts to automatically help with handling caching. I kn ...
  Topic: PHP Image Exploit
Toasty

Replies: 4
Views: 16360

PostForum: General Questions   Posted: Thu Mar 28, 2013 3:48 pm   Subject: PHP Image Exploit
Rather, I'd drop all file extensions that have any PHP executable extensions on them (typically just .php, but some people do .php3, even .html. People who want to think they're security gurus but are ...
  Topic: Any old ports
Toasty

Replies: 1
Views: 15402

PostForum: Networking Issues   Posted: Sun Mar 17, 2013 2:54 am   Subject: Any old ports
Non-SSL HTTP traffic uses 80. 21 is FTP and not used by Abyss.
  Topic: Abyss and Caching
Toasty

Replies: 3
Views: 13982

PostForum: General Questions   Posted: Sun Mar 17, 2013 2:38 am   Subject: Abyss and Caching
Hello Aprelium,

Does Abyss work with any cache headers, or can we configure the addition of such?

ETag, Expires, If-None-Match, If-Modified-Since, and so on?

I'm working on adding this functi ...
  Topic: Can the log file be configured in any way?
Toasty

Replies: 4
Views: 15517

PostForum: General Questions   Posted: Mon Nov 26, 2012 7:36 pm   Subject: Can the log file be configured in any way?
I expanded on ^ Lawerence's post for a different reply, so here it is:




Home > Server Configuration > Logging Parameters

Click "Add" for a new format

Name it

Add Param ...
  Topic: Log Format?
Toasty

Replies: 2
Views: 12413

PostForum: General Questions   Posted: Mon Nov 26, 2012 7:35 pm   Subject: Log Format?
Home > Server Configuration > Logging Parameters

Click "Add" for a new format

Name it

Add Parameters as you see fit.

Hit Ok...


Go to Home > Configure (by your host ...
  Topic: Php problem
Toasty

Replies: 1
Views: 17042

PostForum: PHP   Posted: Sat Oct 13, 2012 2:54 am   Subject: Php problem
Comment out the basedir directive in your PHP.INI, try again.
  Topic: Friendly Reminder: PHP 5.4
Toasty

Replies: 3
Views: 23661

PostForum: PHP   Posted: Sat Oct 13, 2012 2:52 am   Subject: Friendly Reminder: PHP 5.4
No sir, you are not. You can use future PHP zips w/o fear.

If nothing else, run the .reg with those files too, should maintain themselves.
  Topic: I keep getting these emails...
Toasty

Replies: 13
Views: 23952

PostForum: Off Topic Discussions   Posted: Thu Aug 16, 2012 10:19 pm   Subject: I keep getting these emails...
Modding code makes upgrading more difficult.

They should work on pruning bad users out of the database. Many people choose not to because a higher user count looks better.

One thing they should ...
  Topic: 500 Server Error
Toasty

Replies: 5
Views: 25575

PostForum: PHP   Posted: Sat Jun 16, 2012 3:38 am   Subject: 500 Server Error
I've had similar issues. Apache does the same thing in many instances. Your best bet it to run it CLI, like this:

Start > Run > type "cmd"


c:\phppath\php c:\path\to\php.file
...
  Topic: Dead?
Toasty

Replies: 25
Views: 41546

PostForum: Off Topic Discussions   Posted: Sun Apr 29, 2012 3:38 am   Subject: Dead?
This isn't a battle of wits. You come across as if you have something to prove which leaves me wandering why you care so much about this thread and the image.
Derp.

In HD that image would be so da ...
  Topic: First Beta of Abyss Web Server 2.8
Toasty

Replies: 6
Views: 1423

PostForum: 2.8 Beta [Closed]   Posted: Thu Apr 12, 2012 4:44 am   Subject: First Beta of Abyss Web Server 2.8
Reverse proxy setup:

Laptop on Wireless running 2.7.9.1 X1
Server on Wired running 2.7.0.0 X2

Proxy forwarding for '\'

Laptop===80===Server

The response time was amazing, very fast, seaml ...
  Topic: First Beta of Abyss Web Server 2.8
Toasty

Replies: 6
Views: 1423

PostForum: 2.8 Beta [Closed]   Posted: Thu Apr 12, 2012 4:26 am   Subject: First Beta of Abyss Web Server 2.8
Really happy to see the progress on the server app. I will use this on my test box and will give feedback on it as I can.

The addition of SERVER_ADDR is great, I've wanted that for quite some time ...
  Topic: Error Pages
Toasty

Replies: 17
Views: 30359

PostForum: General Questions   Posted: Wed Apr 11, 2012 2:47 am   Subject: Error Pages
The rule redirects users who to go http://... to http://www...

http://dl.dropbox.com/u/18722727/Rewrite-Rule.gif

P.S. Can you remove mention of my domain, id rather not anyone know i use AWS as ...
  Topic: Friendly Reminder: PHP 5.4
Toasty

Replies: 3
Views: 23661

PostForum: PHP   Posted: Wed Apr 11, 2012 2:15 am   Subject: Friendly Reminder: PHP 5.4
Anybody installing PHP 5.4 from the ZIP file on php.net (not the precompiled binary from Aprelium) will need to select one of the registry settings to import from inside of the ZIP archive. Otherwise, ...
  Topic: Business Class ISP
Toasty

Replies: 1
Views: 16926

PostForum: Networking Issues   Posted: Wed Mar 28, 2012 1:13 pm   Subject: Business Class ISP
Does anybody have experience setting up 5 static IPs through a WRT54G to various servers? I haven't received my equipment yet, just wondering what I should be in for.

Thanks,
Toasty
  Topic: Dead?
Toasty

Replies: 25
Views: 41546

PostForum: Off Topic Discussions   Posted: Sun Mar 25, 2012 4:10 am   Subject: Dead?
I got a 500 error and refreshed when it came back up :(
  Topic: Dead?
Toasty

Replies: 25
Views: 41546

PostForum: Off Topic Discussions   Posted: Sun Mar 25, 2012 2:16 am   Subject: Dead?
Yes, I get that size for the image, and yes, it still has artifacts.

What kind of display are you using? What is the browser (exact version) that you are using?

I can see this on any LCD screen ...
  Topic: Dead?
Toasty

Replies: 25
Views: 41546

PostForum: Off Topic Discussions   Posted: Fri Mar 23, 2012 9:09 pm   Subject: Dead?
Yes, I get that size for the image, and yes, it still has artifacts. It's cool though, if you'd rather attack your users than understand that they're trying to give creative criticism, then that's the ...
  Topic: Block Website Access
Toasty

Replies: 5
Views: 25297

PostForum: PHP   Posted: Fri Mar 23, 2012 8:50 pm   Subject: Block Website Access
I'll write one for $100 USD
  Topic: Dead?
Toasty

Replies: 25
Views: 41546

PostForum: Off Topic Discussions   Posted: Sat Mar 10, 2012 7:37 am   Subject: Dead?
Also, you may say that's nit-picky, but people who spend all day developing and designing have trained eyes for that, and those are also the people in the market for this software. It's less noticeabl ...
  Topic: Dead?
Toasty

Replies: 25
Views: 41546

PostForum: Off Topic Discussions   Posted: Sat Mar 10, 2012 7:34 am   Subject: Dead?
It's not browser related. It's a downfall of using JPEG, which utilizes a lossy compression algorithm.

Read more about [url=http://en.wikipedia.org/wiki/Compression_artifact]compression artifacts, ...
  Topic: Dead?
Toasty

Replies: 25
Views: 41546

PostForum: Off Topic Discussions   Posted: Thu Mar 08, 2012 10:20 pm   Subject: Dead?
Artifacts

http://i835.photobucket.com/albums/zz274/rlerner/abyss-poster-27-s.jpg
  Topic: Adding SVG Mime type to Abyss
Toasty

Replies: 1
Views: 22483

PostForum: Tutorials   Posted: Thu Mar 08, 2012 9:06 pm   Subject: Adding SVG Mime type to Abyss
The SVG MIME type isn't in Abyss by default. Here's how to add it so the browser will render it instead of doing a "force-download."

Log into Abyss
Click "Server configuration" ...
  Topic: Dead?
Toasty

Replies: 25
Views: 41546

PostForum: Off Topic Discussions   Posted: Tue Mar 06, 2012 11:17 pm   Subject: Dead?
What happened to this forum? I haven't checked it in months, and I come back to (maybe) two interesting topics.

I've been a huge fan of, and continue to use, Abyss... But seeing these forums, and t ...
  Topic: PHP 5.3.9
Toasty

Replies: 13
Views: 39635

PostForum: PHP   Posted: Thu Feb 09, 2012 3:14 pm   Subject: PHP 5.3.9
You dont need a preconfigured package for Abyss Webserver.

- Stop your webserver
- download PHP from http://windows.php.net/downloads/releases/php-5.3.9-Win32-VC9-x86.zip
- rename the old PHP 5.3 ...
  Topic: Sending a variable to an exe file
Toasty

Replies: 5
Views: 19744

PostForum: FastCGI/CGI   Posted: Sun Oct 23, 2011 2:50 am   Subject: Sending a variable to an exe file
Thanks for sharing, Weiss!
  Topic: Abyss Web Server + PHP + GD2 + SQlite == EasyAbyss
Toasty

Replies: 22
Views: 89790

PostForum: Tutorials   Posted: Sun Oct 23, 2011 2:46 am   Subject: Abyss Web Server + PHP + GD2 + SQlite == EasyAbyss
First off:

"Updating/Checking every 10 minutes."

You're going to DDOS yourself, and anybody on your shared connection. You'll probably get sued. I hope Aprelium included a CYA clause o ...
  Topic: Accessing mysql via dos
Toasty

Replies: 9
Views: 45082

PostForum: Databases   Posted: Sun Oct 23, 2011 2:37 am   Subject: Accessing mysql via dos
Try this too:

SELECT COUNT(*) FROM Users_Table_Here WHERE user_online_flag = '1';

Assuming you have a 0/1 flag for the online status, but more likely there will be a date that you'll use there ( ...
  Topic: Wordpress on abyss webserver X2
Toasty

Replies: 3
Views: 33913

PostForum: PHP   Posted: Sun Oct 23, 2011 2:32 am   Subject: Wordpress on abyss webserver X2
Your best bet is to keep everything internal for a while until you learn more. PHP/MySQL can be a huge security problem if it's not configured (or used) correctly. Somebody who knows how to use it, ho ...
 
Page 1 of 6 Goto page 1, 2, 3, 4, 5, 6  Next
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB phpBB Group