The web-server tag has no wiki summary.
1
vote
1answer
48 views
How dangerous is it to have a user's password in plaintext in a cgi script?
I am setting up a MySQL database and am providing a web interface for it. Now, the DB is extremely simple and the interface just runs certain SELECT statements.
I have created a user for my script to ...
1
vote
1answer
196 views
Pl/SQL web application
I have a PL/SQL web application,got the entire DB dump from remote DB.
Its very old application, running on oracle 9i.
I basically want to get the application up and running on my laptop,but i am not ...
10
votes
3answers
481 views
Is backing a website by a SQL Server 2012 OLAP cube considered reasonable?
I have been tasked with architecting a solution for a large retail chain. They want to allow each of its 1.2 million customers to log on to a web site to see the distribution of recent purchases ...
1
vote
1answer
579 views
MySQL Tables crashing randomly
This is one of the many random Tables that get corrupted. Any ideas why and what would be causing this?
How do I keep MySQL tables from crashing and MySQL from crashing?
Repairing USR_wp537
...
1
vote
1answer
602 views
SQL Server connection from iis website: “error: 26 - Error Locating Server/Instance Specified”
I've just moved all my databases from one server to another clustered server. The new SQL Server 2008 R2 (enterprise edition) install is using named instances on a non-standard port. SQL is running ...
1
vote
1answer
218 views
Using multiple Active Directory accounts to connect to SQL Server
I have web applications (Classic ASP and .NET) that connect to SQL Server using SQL authentication. Each one has their own login. I want to convert these to Windows Authentication. The new AD users (1 ...
2
votes
1answer
690 views
Good articles for SQL Server Health Check specifically for Web Applications
I am searching for Database Health check articles specifically for a web application back-end server and SQL Server 2005/2008.
My current checklist includes:
- Index Fragmentation
- SQL Server ...
3
votes
1answer
267 views
Does MVC architecture design pattern effect MySQL database performance?
Our current site is entirely developed in the cakePHP framework with the MVC architecture. If we notice more than around 19-20 users viewing the site at once, it begins to crawl to a hault and begin ...
2
votes
1answer
563 views
How to configure so the Oracle wallet password can be authenticated with a web based Oracle application?
Does anyone know how to configure it so that the Oracle wallet password can be authenticated with a web based Oracle application?
I’m trying to make secure LDAP connections with an Oracle web based ...
4
votes
2answers
2k views
Best way to build a server inventory db and web interface?
My team is looking to build a rich inventory of servers at our enterprise. We are trying to consolidate several different excel documents into one database.
I found a great utility called AppGini ...
2
votes
1answer
112 views
Oracle Control and Webserver
How does the Database Control work, since Apache is not running on this computer? The Url says https://localhost:1158/em/console/logon/logon. I do have a WAMP apache server on here but I have to shut ...
14
votes
3answers
649 views
How to store 'n' days of web server logs in Sql Server?
For faster reporting and performance analysis, we want to insert our web server logs into Sql Server. This will allow us to see traffic patterns, issues, slowdowns in near real-time.
We have a daemon ...